A simple discord bot for playing youtube videos with support for slash commands, timestamps and playlists
- Install required libraries with:
pip install -R requirements.txt
- Edit .env with your bot's discord token, it should look like this:
DISCORD_TOKEN={your token here}
- Launch either "main.py" or "main-rewrite.py"
The other version streams the music directly, while the rewrite downloads it, plays it then deletes it.