Adding remove command and upgrading move command in music module

This commit is contained in:
Rafael Vargas
2022-01-05 18:56:53 -04:00
parent fe51f13f13
commit 0b10086d4c
5 changed files with 52 additions and 20 deletions

View File

@@ -44,12 +44,13 @@ HELP_PAUSE = 'Pauses the song player'
HELP_SHUFFLE = 'Shuffle the songs playing'
HELP_PLAY = '(title/youtube/spotify) - Plays a song'
HELP_MOVE = '(x, y) - Moves a song from position x to y in queue'
HELP_WARFRAME = f'({BOT_PREFIX}warframe help for more) - Return warframe information'
HELP_REMOVE = '(x, -1) - Remove a song in the position x or -1 for the last song'
HELP_WARFRAME = f'({BOT_PREFIX}warframe help for more)'
HELP_RANDOM = '(x) - Return a random number between 1 and x'
HELP_ESCOLHA = '(x, y, z...) - Choose randomly one item passed in the command'
HELP_ESCOLHA = '(x, y, z...) - Choose randomly one item passed'
HELP_CARA = 'Return cara or coroa'
HELP_DROP = '(user_name) - Try to remove the user from the current voice channel'
HELP_FRASE = "Send a randomly phrase, there's a chance of getting the braba"
HELP_FRASE = "Send a randomly phrase, perhaps you get the braba"
HELP_HELP = 'This command :)'
ABSOLUTE_PATH = ''

View File

@@ -1,4 +0,0 @@
discord.py
discord.py[voice]
youtube_dl
spotipy