Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 350 Bytes

File metadata and controls

19 lines (13 loc) · 350 Bytes

Discord Youtube

A simple Discord bot to play YouTube videos in a voice channel.

Running

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