A Discord music bot that actually works.
The bot can be installed either by inviting it to your server or by self-hosting it.
You can invite the official public instance of the bot to your server using the following link:
If you prefer to self-host the bot, you can do so by using Docker:
- Clone the repository:
git clone https://github.com/zuedev/discord-music-bot.git
cd discord-music-bot
- Build the Docker image:
docker build -t discord-music-bot .
- Create a
.env
file in the root directory and add your Discord bot token:
DISCORD_BOT_TOKEN=abcdef123456
- Start the bot:
docker run -d --name discord-music-bot --env-file .env discord-music-bot
This project is mirrored! Please do not push directly to this repository. Instead, format your changes using git format-patch
and send them to me via email or Discord.