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)]