From 18b990c10d51d76469c3d6c0bb7f23b03119827e Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 30 Jun 2020 04:22:02 +0100 Subject: [PATCH] Changing the name of the command to help --- cogs/ReactionMenu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/ReactionMenu.py b/cogs/ReactionMenu.py index 8c1feaf6..e1d850cc 100644 --- a/cogs/ReactionMenu.py +++ b/cogs/ReactionMenu.py @@ -225,7 +225,7 @@ class ReactionMenu(commands.Cog): self.bot = bot @command(name="help", aliases=["Help"]) - async def menu_example(self, ctx): + async def help(self, ctx): i = 0 m = HelpMenu(i, self) await m.start(ctx)