Evie4 / Music-bot

A complete code to download for a cool Discord music bot !

Home Page:https://discord.gg/5cGSYV8ZZj

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Music-bot

A complete code to download for a music bot 🎧

Looking for a code for a music bot ? This fully open source code is made for your project !

If you need help with this project, to get support faster you can join the help server by just clicking here.

If you don't have any development knowledge, it is recommended to join the Discord support server to get help.

⚡ 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

📑 Installation

To use the project correctly you will need some tools.

FFmpeg to process audio

Node JS (v16) for environment

Without forgetting of course the code editor ^^

Realized with ❤️ by ZerioDev.

Please do not withdraw the license and keep the credits on this project.

To have full access to the project and to be able to withdraw the credits a small donation is accepted.

About

A complete code to download for a cool Discord music bot !

https://discord.gg/5cGSYV8ZZj

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%