From f65d0d6d08b86565072a08619b89135d79662c08 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Wed, 1 Jul 2020 19:43:51 +0100 Subject: [PATCH] Created new file called help.py to store the help command which is a reaction menu --- cogs/{HelpMenu.py => help/help.py} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename cogs/{HelpMenu.py => help/help.py} (99%) diff --git a/cogs/HelpMenu.py b/cogs/help/help.py similarity index 99% rename from cogs/HelpMenu.py rename to cogs/help/help.py index 07371f64..bf4e74a8 100644 --- a/cogs/HelpMenu.py +++ b/cogs/help/help.py @@ -173,7 +173,7 @@ def stop_embed(self): enso_name = self.bot.user.display_name # Set up the Embed to display when the user reacts with the stop reaction - misc_commands = Embed(title="**Help Commands Embed Closed!**", + misc_commands = Embed(title="**help Commands Embed Closed!**", colour=Colour(0xFF69B4), timestamp=datetime.datetime.utcnow()) @@ -278,7 +278,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