diff options
author | 2022-08-16 17:35:44 -0400 | |
---|---|---|
committer | 2022-08-16 17:35:44 -0400 | |
commit | c9d5aac1d71bdbee672355e75ee8e655892c8b6c (patch) | |
tree | a96c6a77bb3cfc90b93d11827c61671eacd06646 | |
parent | Added newlines and non-mentioned mod role (diff) |
Added article to automute message
-rw-r--r-- | bot/exts/moderation/infraction/_scheduler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/moderation/infraction/_scheduler.py b/bot/exts/moderation/infraction/_scheduler.py index 0f8a55838..280b0fb0c 100644 --- a/bot/exts/moderation/infraction/_scheduler.py +++ b/bot/exts/moderation/infraction/_scheduler.py @@ -191,7 +191,7 @@ class InfractionScheduler: if reason: end_msg = ( f" (reason: {textwrap.shorten(reason, width=1500, placeholder='...')})." - f"\n\n<@&{Roles.moderators}> have been alerted for review" + f"\n\nThe <@&{Roles.moderators}> have been alerted for review" ) purge = infraction.get("purge", "") |