- Python 3.12
- ffmpeg
pip install -r requirements.txt
Create a .env
file in the project directory with the following content:
DISCORD_TOKEN=your-discord-token
TEST_CHANNEL=your-test-channel-id
Replace your-discord-token
with your Discord token and your-test-channel-id
with the ID of the channel you want to test the bot in.
python bot.py
# build the image
docker build -t dank-bot .
# run the container (pick one)
docker run -d dank-bot # run in background
docker run -it dank-bot # run in foreground
This project is licensed under the MIT License - see the LICENSE file for details.