We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02250e8 commit d5cda9cCopy full SHA for d5cda9c
cogs/utility.py
@@ -142,7 +142,7 @@ async def _get_help_embed(self, topic):
142
perm_level = "NONE"
143
144
embed = discord.Embed(
145
- title=f"`{self.get_command_signature(topic)}`",
+ title=f"`{self.get_command_signature(topic).strip()}`",
146
color=self.context.bot.main_color,
147
description=self.process_help_msg(topic.help),
148
)
0 commit comments