Skip to content

Commit c154564

Browse files
committed
strip help command title
1 parent d6eba12 commit c154564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ async def _get_help_embed(self, topic):
142142
perm_level = "NONE"
143143

144144
embed = discord.Embed(
145-
title=f"`{self.get_command_signature(topic)}`",
145+
title=f"`{self.get_command_signature(topic).strip()}`",
146146
color=self.context.bot.main_color,
147147
description=self.process_help_msg(topic.help),
148148
)

0 commit comments

Comments
 (0)