41 lines
1011 B
Markdown
41 lines
1011 B
Markdown
---
|
|
hide-toc: true
|
|
---
|
|
|
|
# Pomice
|
|
|
|

|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
## Quick Links:
|
|
- [Installation](installation.md)
|
|
- [Quickstart](quickstart.md)
|
|
- [Frequently Asked Questions](faq.md)
|
|
- [How Do I?](hdi/index.md)
|
|
- [API Reference](api/index.md)
|
|
|
|
|
|
```{toctree}
|
|
:caption: Before You Start
|
|
:hidden:
|
|
installation
|
|
quickstart
|
|
faq
|
|
```
|
|
|
|
```{toctree}
|
|
:caption: How Do I?
|
|
:hidden:
|
|
hdi/index.md
|
|
```
|
|
|
|
```{toctree}
|
|
:caption: API Reference
|
|
:hidden:
|
|
api/index.md
|
|
```
|