/pylava

A Lavalink implementation for bots created with the Python Discord API wrapper discord.py.

Primary LanguagePythonMIT LicenseMIT

pylava

pylava is a Lavalink implementation for discord.py ext.commands framework bots.

Documentation can be found here.

Version Compatability

pylava is fully compatible with Lavalink version 2. It should hypothetically also work fine with version 3.

Installation

pylava is not on PyPi yet. As such, the preferred installation method is by cloning the git repository:

pip install -U git+https://github.com/Pandentia/pylava@stable

You may also wish to clone development versions of the library as follows:

pip install -U git+https://github.com/Pandentia/pylava