From 3eb7d603fd36e4f0b673aabf54daa36696628a74 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 21 Jul 2020 22:49:36 +0100 Subject: [PATCH] Changed help commands for mmsetup --- cogs/help/help.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/help/help.py b/cogs/help/help.py index ca06a0fc..669cf7f4 100644 --- a/cogs/help/help.py +++ b/cogs/help/help.py @@ -159,10 +159,10 @@ 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 ``**", + modmail_fields = [(f"**{self.ctx.prefix}mmsetup set ``**", "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 modmail ``**", + (f"**{self.ctx.prefix}mmsetup update ``**", "Updates the channel that the modmail will be sent to", False), (f"**{self.ctx.prefix}mmsetup delete modmail**", "Existing modmail system will be deleted", False)]