mirror of
https://github.com/RafaelSolVargas/Vulkan.git
synced 2025-10-29 16:57:23 +00:00
Fixing aliases
This commit is contained in:
parent
bb8d514525
commit
a1881cd46b
@ -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'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user