aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2020-03-01 13:18:18 -0800
committerGravatar MarkKoz <[email protected]>2020-03-22 15:54:44 -0700
commitaa5b6e9609ee00928d1591124eb92748879072df (patch)
treed537364cfd2ba8617e73aedfe95f9b8f636773be
parentHelpChannels: fix unawaited coro warning for set_permissions (diff)
HelpChannels: use constant for command prefix in notification
-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