Adding reset command, some variable to config

This commit is contained in:
Rafael Vargas
2022-01-06 13:21:18 -04:00
parent a391ab1720
commit 06a00e227d
3 changed files with 15 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ class Control(commands.Cog):
def __init__(self, bot: Client):
self.__bot = bot
self.__comandos = {
'MUSIC': ['resume', 'pause', 'loop', 'stop', 'skip', 'play', 'queue', 'clear', 'np', 'shuffle', 'move', 'remove'],
'MUSIC': ['resume', 'pause', 'loop', 'stop', 'skip', 'play', 'queue', 'clear', 'np', 'shuffle', 'move', 'remove', 'reset'],
'WARFRAME': ['warframe'],
'RANDOM': ['escolha', 'cara', 'random'],
'HELP': ['help'],