A Discord bot that plays music
In de discord developer portal make sure you have selected bot
and applications.commands
under scope
under Bot permissions, turn on administrator rights (or enable all voice and text related permissions)
- Play, pause, queue and skip songs
- Slash commands
- clone the project
- open the project directory
- run
pnpm install
- start the bot using
pnpm start
ornpm run start