This repo contains a Discord bot updated to use modern libraries.
Setup
- Install Python dependencies:
python -m pip install -r requirements.txt-
Install FFmpeg and make sure it's available on PATH.
-
Configure your bot token and any database/auth in
config.py. -
Run the bot:
python start.py