A music discord bot written in javascript, that can be used by users to enjoy discord community server by help of our bot.
git clone https://github.com/sickgod1/discord-jukebox
cd discord-jukebox
npm install / yarn install
node index.js
module.exports = {
prefix: "PREFIX",
botToken: "YOUR TOKEN",
clientId: "CLIENT ID",
geniusApiToken: "genius.com/api-clients",
webplayer: "",
cors: "*",
};