aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/help_channels/_cog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/help_channels/_cog.py b/bot/exts/help_channels/_cog.py
index 27cf10796..8ceff624b 100644
--- a/bot/exts/help_channels/_cog.py
+++ b/bot/exts/help_channels/_cog.py
@@ -576,7 +576,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
)