Giter Club home page Giter Club logo

music-bot's Introduction

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: {
        token: 'XXX',
        playing: 'by Zerio โค๏ธ',
        global: true,
        guild: 'xxx',
        ExtraMessages: false,
        loopMessage: false,
},
    opt: {
        DJ: {
            enabled: false,
            roleName: '',
            commands: []
        },
        maxVol: 100,
        spotifyBridge: true,
        volume: 75,
        leaveOnEmpty: true,
        leaveOnEmptyCooldown: 60000,
        leaveOnEnd: true,
        leaveOnEndCooldown: 60000,
        discordPlayer: {
            ytdlOptions: {
                quality: 'highestaudio',
                highWaterMark: 1 << 25
            }
        }
    }
};

Basic configuration

  • app/token, the token of the bot available on the Discord Developers section
  • app/playing, the activity of the bot
  • app/global, whether the commands will work on all servers or just one (if global they might take up to an hour to show up)
  • app/guild, the guild the slash command will be loaded to (this only applys if global is set to false)
  • app/ExtraMessages will increesse the amount of bot spam, while you get more infomation (not recommended)
  • opt/loopMessage, if the message that a music is played should be sent when it is looped

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 (only change if you know what you are doing)

  • opt/maxVol, the maximum volume that users can define
  • opt/spotifyBridge, takes spotify songs/playlists and searches it on youtube and plays it (highly recommended)
  • opt/volume, is the defaul volume the queue will start at
  • opt/leaveOnEmpty, if the bot will leave when the queue is empty
  • opt/leaveOnEmptyCooldown, the cooldown before the bot leaves when the queue is empty
  • opt/leaveOnEnd, if the bot will leave on finishing the queue
  • opt/leaveOnEndCooldown, the cooldown before the bot leaves on finishing the queue
  • 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.9) or newer for environment

yarn for package management

Without forgetting of course the code editor, we recommend visual studio code

Now in your terminal run the following commands assuming you are in the same directory as the project.

yarn install (or npm install not recommended as it might not work)

node . (or node index.js)

and Done, your bot should be running!

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.

๐Ÿ“ ToDo

music-bot's People

Contributors

alphaegen avatar androz2091 avatar bananinbanano avatar chemical-tourist-18 avatar igamecreep avatar johannes7k75 avatar nikki-devil avatar revot334 avatar swarwerth avatar tonyg433 avatar y0rune avatar zeriodev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.