An open-source discord music bot that uses discord-player to play music.
Make sure you have Node v14x installed on your pc. To check node.js version:
node -v
If you do not have Node installed in your pc; you can install it from here
git clone https://github.com/redleague/discord-music-bot.git
cd discord-music-bot
npm install
Open config.js
file in any text editor.
module.exports = {
token: "Your bot token", //make sure you replace it with yours bot token
prefix: "-",
supportServer: (code) => `https://discord.gg/${code}`,
inviteURL: (id, permissions) => `https://discord.com/api/oauth2/authorize?client_id=${id}&permissions=${permissions ? permissions : '8'}&scope=bot`,
}
- Easy to use
- Open Source
This project is not fully yet. If you wana support this project you can join discord server Click here