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 0e99fe8 commit 53b66c7Copy full SHA for 53b66c7
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