As a core contributor to discord-player, I've dedicated significant time and effort to this project. My familiarity with the core principles of discord-player has allowed me to incorporate many of its concepts and best practices into this project, serving as a valuable reference for library users. I've strived to ensure the project is user-friendly and intuitive. Your suggestions and feedback are always welcome - feel free to open an issue or submit a pull request.
A complete example of a discord music bot including database, web dashboard, and more powered by discord.js and discord-player.
- Easy to use
- Customizable
- Covers most of the concepts as well as best practices of discord-player
- Slash commands
- Web dashboard
- Custom playlists management
- Queue management
- Persistent configurations
- Equalizer
and more...
- TODO
- Run
pnpm install --frozen-lockfile
to install all dependencies
- Rename
.env.example
to.env
and fill out the values - Put your bot token in
DISCORD_TOKEN
- Put mongodb database credentials in
DATABASE_URL
(You can get one for free from Mongodb Atlas) - Put your redis config in
REDIS_*
(you can use memurai for windows) - Run
pnpm bot dev
to start the bot in development mode
- Rename
.env.example
to.env
and fill out the values - Run
pnpm run --filter web dev
to start the website in development mode
You can now use /web
command to get magic link to the website. You are able to add songs to the queue, skip songs, change volume and more from the website itself. You can also do this from Discord using slash commands.
If you like this project, consider supporting me on Patreon. This will help me to keep working on projects like this and make them even better.