Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 786 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 786 Bytes

Jukebox#5228

A music discord bot written in javascript, that can be used by users to enjoy discord community server by help of our bot.

Invite Now!

Manual installation

git clone https://github.com/sickgod1/discord-jukebox

cd discord-jukebox

npm install / yarn install

node index.js

Environments config.js

module.exports = {
   prefix: "PREFIX", 
   botToken: "YOUR TOKEN", 
   clientId: "CLIENT ID", 
   geniusApiToken: "genius.com/api-clients", 
   webplayer: "", 
   cors: "*", 
};