diff options
author | 2020-05-14 10:03:30 +0200 | |
---|---|---|
committer | 2020-05-14 10:03:30 +0200 | |
commit | 4480e1d5f7d2df5f9a2f8b57b1b9c4b26e1c8ea6 (patch) | |
tree | e51d74189ecd773fa2b4d057dcb3b61ab624dc33 | |
parent | Remove everyone-ping from mentions alert (diff) |
Remove @Admins ping from the #verification message
This probably isn't necessary anymore. We get so many new users that someone is going to DM us very soon when something breaks. We've outgrown this, and it just adds noise to the #verification channel in the form of pings.
-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 b1ab7be4d..77e8b5706 100644 --- a/bot/cogs/verification.py +++ b/bot/cogs/verification.py @@ -40,7 +40,7 @@ else: PERIODIC_PING = ( f"@everyone To verify that you have read our rules, please type `{constants.Bot.prefix}accept`." " If you encounter any problems during the verification process, " - f"ping the <@&{constants.Roles.admins}> role in this channel." + f"send a direct message to a staff member." ) BOT_MESSAGE_DELETE_DELAY = 10 |