diff options
| -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]              )  |