diff options
| author | 2020-10-18 09:22:23 +0300 | |
|---|---|---|
| committer | 2020-10-18 09:22:23 +0300 | |
| commit | 3c2ad44a0bb0cd9cf39677da4bf8128bef387379 (patch) | |
| tree | 1c20eb7e581bd2cebc44d4d57beab5d853b7a522 | |
| parent | Remove unnecessary logging about user not found (diff) | |
Fix grammar of voice ban pardoning message
Co-authored-by: Joe Banks <[email protected]>
| -rw-r--r-- | bot/exts/moderation/infraction/infractions.py | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/exts/moderation/infraction/infractions.py b/bot/exts/moderation/infraction/infractions.py index 93fa16242..a5eb720ab 100644 --- a/bot/exts/moderation/infraction/infractions.py +++ b/bot/exts/moderation/infraction/infractions.py @@ -435,8 +435,8 @@ class Infractions(InfractionScheduler, commands.Cog):              # DM user about infraction expiration              notified = await _utils.notify_pardon(                  user=user, -                title="Your Voice Ban have been removed", -                content="You can now speak again in voice channels.", +                title="Voice ban pardoned", +                content="You can now verify yourself for voice access again.",                  icon_url=_utils.INFRACTION_ICONS["voice_ban"][1]              )  |