Skip to content

A Monkey Bot able to play music and do some retarded things on discord !

License

Notifications You must be signed in to change notification settings

Typing-Monkeys/MonkeBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MonkeBot

A Monkey bot able to play music and do some retarded things on Discord ! 🐒

Let MonkeBot join your server !

📑 Installation

To use the project correctly you will need some tools.

⚡ Configuration

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 bot
  • app/token, the token of the bot available on the Discord Developers section
  • app/playing, the activity of the bot

DJ mode configuration

  • opt/DJ/enabled, whether the DJ mode should be activated or not
  • opt/DJ/roleName, the name of the DJ role to be used
  • opt/DJ/commands, the list of commands limited to members with the DJ role

Advanced configuration

  • opt/maxVol, the maximum volume that users can define
  • opt/loopMessage, if the message that a music is played should be sent when it is looped
  • opt/discordPlayer, options used by discord-player

Credits

Based on ZerioDev Music-Bot.

About

A Monkey Bot able to play music and do some retarded things on discord !

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • JavaScript 100.0%