diff --git a/cogs/help/help.py b/cogs/help/help.py index f4592aa7..503812fe 100644 --- a/cogs/help/help.py +++ b/cogs/help/help.py @@ -286,7 +286,7 @@ class ReactionMenu(commands.Cog): self.bot.remove_command("help") # ~help command that returns a menu for help commands controlled by reactions - @command(name="help", aliases=["help"]) + @command(name="help", aliases=["Help"]) async def help(self, ctx): # Local Variable i to allow the index of the pages[] to be modified i = 0