Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 722 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 722 Bytes

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