diff options
| author | 2020-08-04 20:07:24 +0200 | |
|---|---|---|
| committer | 2020-08-04 20:07:24 +0200 | |
| commit | ef0e2049b64a0ba61878161d4ac7edb6015acbc2 (patch) | |
| tree | 6af93e1270ba68d294479eb13fc9d8dfe3087ea3 | |
| parent | Verification: schedule member update task (diff) | |
Verification: make authorization message ping core devs
| -rw-r--r-- | bot/cogs/verification.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bot/cogs/verification.py b/bot/cogs/verification.py index 0534e8d1e..803cb055b 100644 --- a/bot/cogs/verification.py +++ b/bot/cogs/verification.py @@ -101,8 +101,9 @@ class Verification(Cog): core_devs = pydis.get_channel(constants.Channels.dev_core) confirmation_msg = await core_devs.send( - f"Verification determined that `{n_members}` members should be kicked as they haven't verified in " - f"`{KICKED_AFTER}` days. This is `{percentage:.2%}` of the guild's population. Proceed?" + f"<@&{constants.Roles.core_developers}> Verification determined that `{n_members}` members should " + f"be kicked as they haven't verified in `{KICKED_AFTER}` days. This is `{percentage:.2%}` of the " + f"guild's population. Proceed?" ) options = (constants.Emojis.incident_actioned, constants.Emojis.incident_unactioned) |