Custom Discord bot
- Play any audio from YouTube
- Playlist loading and handling
- Queue visualisation and shuffling
- Multi server deployment
- Fun functions
Install libraries with: pip install -r requirements.txt
If you're on Linux make sure to have ffmpeg on your system. For Windows, the executable is provided.
Config uses .env
file, follow the given format:
TOKEN=MYTOKEN
FFMPEG_PATH=./ffmpeg/bin/ffmpeg.exe