BoomBox, an open-source easy to use Discord Music Bot built with TypeScript and discord.js!
-
1.1. Enable Message Content Intent under Privileged Gateway Intents
-
Node.js 18.12.0 or newer
git clone https://github.com/zickzenni/Boombox.git
cd Boombox
npm installAfter installation finishes follow configuration instructions then run npm run start to start the bot.
Copy and Rename config_example.json to config.json and fill out the token.
Here is a example link to invite the bot. You'll just need to change the CLIENT_ID to your bot's id!
These are the set permissions:
- Read Messages
- Write Messages
- Embed Links
- Embed Files
- Add Reactions
- Use External Emojis
- Use Slash-Commands
- Connect
- Speak
https://discord.com/oauth2/authorize/?permissions=2150943808&scope=bot&client_id=[CLIENT_ID]
Currently many features are incomplete, missing or Work-In-Progress
- Queue Command
- Playlist Command & System
- Guild Save System
- Skip Command
- Resume & Pause Command
- Search Command
- Settings System
- Role Checking
