A simple Discord bot to play YouTube videos in a voice channel.
Install the dependencies from requirements.txt and set the DISCORD_BOT_TOKEN
environment variable. Start the bot using:
python -m discord_yt_bot.main
To build and run the Docker image instead, execute:
docker compose up --build