From cf0a7cb515c8e07fedb6d90b98ffdce5ff7a7735 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 21 Jul 2020 23:44:07 +0100 Subject: [PATCH] Changed help section of modmail in alignment with changing of modmail command --- cogs/help/help.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cogs/help/help.py b/cogs/help/help.py index 669cf7f4..7ddecc89 100644 --- a/cogs/help/help.py +++ b/cogs/help/help.py @@ -159,12 +159,12 @@ def help_menu(self, guild_icon): modmail.set_thumbnail(url=guild_icon) # Setting up the fields in a separate array - modmail_fields = [(f"**{self.ctx.prefix}mmsetup set ``**", + modmail_fields = [(f"**{self.ctx.prefix}modmail setup ``**", "Sets up the modmail system in the guild," "channelID given will be the channel that the user will interact with", False), - (f"**{self.ctx.prefix}mmsetup update ``**", + (f"**{self.ctx.prefix}modmail update ``**", "Updates the channel that the modmail will be sent to", False), - (f"**{self.ctx.prefix}mmsetup delete modmail**", + (f"**{self.ctx.prefix}modmail delete modmail**", "Existing modmail system will be deleted", False)] # Setting up the Embed for the Miscellaneous commands