A powerful, yet easy-to-use Discord music bot built with discord.py and yt-dlp. The bot can stream audio from YouTube, manage music queues, handle multiple guilds, and much more.
- 🎶 Play music from YouTube via URL or search
- 📜 Queue management (add songs to queue, view current queue)
- 🔁 Loop songs
- 🔊 Adjust volume (0-200%)
- 🛑 Stop and clear the queue
- ⏭ Auto-disconnect when everyone leaves the voice channel
- 🛠 Simple and customizable help command
- Clone repository
- Copy the example docker-compose file
cp docker-compose.example docker-compose.yml - Add your bot token into docker-compose.yml
docker-compose up -d --build- Yes, it's that easy!