aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/cogs/help_channels.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/help_channels.py b/bot/cogs/help_channels.py
index 6725efb72..7d793c73a 100644
--- a/bot/cogs/help_channels.py
+++ b/bot/cogs/help_channels.py
@@ -492,7 +492,7 @@ class HelpChannels(Scheduler, commands.Cog):
message = await channel.send(
f"{mentions} A new available help channel is needed but there "
f"are no more dormant ones. Consider freeing up some in-use channels manually by "
- f"using the `!dormant` command within the channels."
+ f"using the `{constants.Bot.prefix}dormant` command within the channels."
)
self.last_notification = message.created_at