update README
This commit is contained in:
parent
4caaff8b04
commit
02b62d493f
15
README.md
15
README.md
|
|
@ -3,11 +3,16 @@
|
|||

|
||||
|
||||
|
||||
[](https://github.com/cloudwithax/pomice/blob/main/LICENSE) 
|
||||
[](https://discord.gg/r64qjTSHG8) [](https://pomice.readthedocs.io/en/latest/)
|
||||
[](https://github.com/cloudwithax/pomice/blob/main/LICENSE)  [](https://github.com/psf/black)
|
||||
[](https://discord.gg/r64qjTSHG8) [](https://pomice.readthedocs.io/en/latest/)
|
||||
|
||||
|
||||
Pomice is a fully asynchronous Python library designed for communicating with [Lavalink](https://github.com/freyacodes/Lavalink) seamlessly within the [discord.py](https://github.com/Rapptz/discord.py) library. It features 100% API coverage of the entire [Lavalink](https://github.com/freyacodes/Lavalink) spec that can be accessed with easy-to-understand functions. We also include Spotify and Apple Music querying capabilites using built-in custom clients, making it easier to develop your next big music bot.
|
||||
Pomice is a fully asynchronous Python library designed for communicating with [Lavalink](https://github.com/freyacodes/Lavalink) seamlessly within the [discord.py](https://github.com/Rapptz/discord.py) library. It features 100% coverage of the [Lavalink](https://github.com/freyacodes/Lavalink) spec that can be accessed with easy-to-understand functions along with Spotify and Apple Music querying capabilities using built-in custom clients, making it easier to develop your next big music bot.
|
||||
|
||||
## Quick Links
|
||||
- [Discord Server](https://discord.gg/r64qjTSHG8)
|
||||
- [Read the Docs](https://pomice.readthedocs.io/en/latest/)
|
||||
- [PyPI Homepage](https://pypi.org/project/pomice/)
|
||||
|
||||
|
||||
# Install
|
||||
|
|
@ -23,7 +28,7 @@ pip install pomice
|
|||
pip install git+https://github.com/cloudwithax/pomice
|
||||
```
|
||||
|
||||
# Support
|
||||
# Support And Documentation
|
||||
|
||||
The official documentation is [here](https://pomice.readthedocs.io/en/latest/)
|
||||
|
||||
|
|
@ -31,7 +36,7 @@ You can join our support server [here](https://discord.gg/r64qjTSHG8)
|
|||
|
||||
|
||||
# Examples
|
||||
In-depth examples are located in the examples folder
|
||||
In-depth examples are located in the [examples folder](https://github.com/cloudwithax/pomice/tree/main/examples)
|
||||
|
||||
Here's a quick example:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue