diff options
| -rw-r--r-- | bot/exts/help_channels/_cog.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/exts/help_channels/_cog.py b/bot/exts/help_channels/_cog.py index d85d46b57..595ae18fe 100644 --- a/bot/exts/help_channels/_cog.py +++ b/bot/exts/help_channels/_cog.py @@ -577,7 +577,7 @@ class HelpChannels(commands.Cog):              embed = discord.Embed(                  title="Currently Helping", -                description=f"You're currently helping in <#{message.channel.id}>", +                description=f"You're currently helping in {message.channel.mention}",                  color=discord.Colour.green(),                  timestamp=message.created_at              ) | 
