Lavalink.py is a wrapper for Lavalink which abstracts away most of the code necessary to use Lavalink to allow for easier integration into your bots, while still promising full API coverage and powerful tools to get the most out of it.
- Regions
- Multi-Node Support
- Load Balancing (this includes region-based load balancing)
- Equalizer
You may clone this repository and check out the docs. The docs are not hosted anywhere, or 100% complete at the time of writing. If you notice missing documentation, feel free to open an issue or let us know in the Discord server.
Additionally, there is an example cog. It should be noted that the example cog is oriented towards usage with Discord.py rewrite and Lavalink v3.1+, although backwards compatibility may be possible, it's not encouraged nor is support guaranteed.
aiodns
- Speed up DNS resolving.
cchardet
- A faster alternative to chardet
.
This is my fork from the original version on Lavalink.py, I don't claim to have made all this.