command name is set to "help" once again

pull/8/head
sgoudham 4 years ago
parent 903b1c1702
commit 8c877cb3a4

@ -342,7 +342,7 @@ class ReactionMenu(commands.Cog):
self.bot = bot
self.bot.remove_command("help")
@command(name="help3", aliases=["Help"])
@command(name="help", aliases=["Help"])
async def help(self, ctx):
"""Returns a menu for help commands controlled by reactions"""

Loading…
Cancel
Save