"Out of music, fuck!"
Yet another discord music bot in Python
Requires python3 and ffmpeg
Create a .env file in project folder with the following variables modified accordingly.
DISCORD_TOKEN=YOUR_TOKEN
DISCORD_PREFIX=BOT_PREFIX
DEBUG_CHANNEL=CHANNEL_ID # Optional, for debug messagesIn the project folder,
pip install -r requirements.txt
cd src
python3 main.py
docker run -d --name oomf -e DISCORD_TOKEN="YOUR_TOKEN" -e DISCORD_PREFIX="BOT_PREFIX" poohcom1/oomf:latestPush to main branch to deploy to Docker Hub.