A Monkey bot able to play music and do some retarded things on Discord ! 🐒
Let MonkeBot join your server !
To use the project correctly you will need some tools.
Open the configuration file located in the main folder config.js
.
module.exports = {
app: {
px: 'XXX',
token: 'XXX',
playing: 'by Zerio ❤️'
},
opt: {
DJ: {
enabled: false,
roleName: 'XXX',
commands: []
},
maxVol: 100,
loopMessage: false,
discordPlayer: {}
}
};
Basic configuration
app/px
, the prefix that will be set to use the botapp/token
, the token of the bot available on the Discord Developers sectionapp/playing
, the activity of the bot
DJ mode configuration
opt/DJ/enabled
, whether the DJ mode should be activated or notopt/DJ/roleName
, the name of the DJ role to be usedopt/DJ/commands
, the list of commands limited to members with the DJ role
Advanced configuration
opt/maxVol
, the maximum volume that users can defineopt/loopMessage
, if the message that a music is played should be sent when it is loopedopt/discordPlayer
, options used by discord-player
Based on ZerioDev Music-Bot.