From 53b66c70a4ce859006e91620d28bd03f7106f6bc Mon Sep 17 00:00:00 2001 From: Raiden Date: Tue, 9 May 2023 19:07:53 +0800 Subject: [PATCH] Pull modmail-dev/modmail##3271 --- cogs/utility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/utility.py b/cogs/utility.py index 245060c22b..f1554455bb 100644 --- a/cogs/utility.py +++ b/cogs/utility.py @@ -142,7 +142,7 @@ async def _get_help_embed(self, topic): perm_level = "NONE" embed = discord.Embed( - title=f"`{self.get_command_signature(topic)}`", + title=f"`{self.get_command_signature(topic).strip()}`", color=self.context.bot.main_color, description=self.process_help_msg(topic.help), )