aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Derek <[email protected]>2019-11-04 17:48:48 -0500
committerGravatar Derek <[email protected]>2019-11-04 17:48:48 -0500
commit4dccacaa5794751546336de1aa42cd5a9095b706 (patch)
tree2ba0974d892f652d07a2a971512bef0f7115ed3c
parentUser command enhancements (#637) (diff)
Reword periodic #checkpoint message
-rw-r--r--bot/cogs/verification.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/verification.py b/bot/cogs/verification.py
index 5b115deaa..3d85edae6 100644
--- a/bot/cogs/verification.py
+++ b/bot/cogs/verification.py
@@ -31,7 +31,7 @@ If you'd like to unsubscribe from the announcement notifications, simply send `!
PERIODIC_PING = (
f"@everyone To verify that you have read our rules, please type `{BotConfig.prefix}accept`."
- f" Ping <@&{Roles.admin}> if you encounter any problems during the verification process."
+ f" If you encounter any problems during the verification process, ping the <@&{Roles.admin}> role in this channel."
)