diff options
author | 2019-11-04 17:48:48 -0500 | |
---|---|---|
committer | 2019-11-04 17:48:48 -0500 | |
commit | 4dccacaa5794751546336de1aa42cd5a9095b706 (patch) | |
tree | 2ba0974d892f652d07a2a971512bef0f7115ed3c | |
parent | User command enhancements (#637) (diff) |
Reword periodic #checkpoint message
-rw-r--r-- | bot/cogs/verification.py | 2 |
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." ) |