Fixing aliases

This commit is contained in:
Rafael Vargas 2022-01-08 18:51:44 -04:00
parent bb8d514525
commit a1881cd46b

View File

@ -49,7 +49,7 @@ class Control(commands.Cog):
) )
await ctx.send(embed=embed) await ctx.send(embed=embed)
@commands.command(name="help", help=config.HELP_HELP, alisases=['h', 'ajuda']) @commands.command(name="help", help=config.HELP_HELP, aliases=['h', 'ajuda'])
async def help_msg(self, ctx): async def help_msg(self, ctx):
helptxt = '' helptxt = ''
help_music = '🎧 `MUSIC`\n' help_music = '🎧 `MUSIC`\n'