Skip to content

Commit

Permalink
strip help command title
Browse files Browse the repository at this point in the history
  • Loading branch information
RealCyGuy committed Mar 25, 2023
1 parent 02250e8 commit d5cda9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
)
Expand Down

0 comments on commit d5cda9c

Please sign in to comment.