Skip to content

Hello dear friends, this source is Moderation Bot, which is also fun bot and nsfw πŸ€–πŸ™‚

License

Notifications You must be signed in to change notification settings

Ghostrider39/Moderation-Bot

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

95 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

My addresses in cyberspace πŸ‘‡πŸΌπŸ™ƒπŸ“‘

Twich address

My Telegram Channel Address

Instagram address

Address of the Aparat

YouTube address

Discordaddress

YouTube address

Music-bot

A complete code to download for a music bot. Using a module (discord-player) 🎧

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.

⚑ Installation

Deploy on Herokucd

Remix on Glitch

Use on Replit

Well, let's start by downloading the code. Go to the folder config then the file bot.js. For the bot to be able to start, please complete the file with your credentials as follows :

  • For emojis
    emojis: {
        off:     '❌',
        error:   '⚠',
        queue:   'πŸ“Š',
        music:   '🎢',
        success: 'βœ”',
        report:  'πŸ“ž',
        setup:   'πŸ“',
        giveaway:'πŸŽ‰',
        maske:   '🎭',
    },
  • For configuration
discord: {
   token: 'Your-Bot-Token',
   prefix: 'Your-Bot-Prefix',
   invite: `https://discord.com/oauth2/authorize?client_id=${process.env.USER_ID}&scope=bot+applications.commands+identify+guilds+applications.commands.permissions.update&response_type=code&permissions=2080374975`,
   server_support: "Your-Server-Link",
}
  • token, the token of the bot available on the Discord Developers section.
  • prefix, the prefix that will be set to use the bot.
  • activity, the activity of the bot.

In the console, type npm install to install all dependencies.

  • To start the bot :
#With Node
node index.js
npm start #Indicated in package.json

#With pm2
pm2 start index.js --name "MusicBot"

All you have to do is turn on your bot !

🎡 Music commands

play <name/URL> => play music in a voice channel.
search <name> => open a panel to choose a music and then play it.
pause => pause the current music.
resume => puts the current music back on.
queue => see the next songs.
clear-queue => remove music in the queue.
shuffle => to mix the queue.
nowplaying => see music in progress.
loop => to enable or disable the repeat function.
volume <1 - 100> => change the volume.
skip => skip to next music.
stop => stop all music.
filter <filter> => add / remove filter.
w-filters => see filters.

🧰 Help commands

help => see the list of available commands.
report => sent a report message of bot bugs to support.

πŸ’‘ Information commands

uptime => see a time of bot online in discord.
invite => sent a bot invite link.
about => see some information about bot.
debug => see number of voice connections.
ping => see the bot latency.

πŸ“ Utilities (to change the code)

Find all the functions available on the official code right here.

This is used with discord.js and discord-player.

Readme-Card.png

About

Hello dear friends, this source is Moderation Bot, which is also fun bot and nsfw πŸ€–πŸ™‚

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Other 0.1%