Skip to content

The Delicacy Music bot for your discord server and its parties

License

Notifications You must be signed in to change notification settings

alex388/delicacy-music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Delicacy Bot

⚡ Installation

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: ':x:',
    error: ':warning:',
    queue: ':bar_chart:',
    music: ':musical_note:',
    success: ':white_check_mark:',
}
  • For configuration
discord: {
    token: 'TOKEN',
    prefix: 'PREFIX',
    activity: 'ACTIVITY',
}
  • 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 "DelicacyBot"

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.

💡 General commands

ping, see the bot latency.
help, see the list of available commands.
debug, see number of voice connections.

About

The Delicacy Music bot for your discord server and its parties

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published