diff options
author | 2020-10-18 16:37:53 +0300 | |
---|---|---|
committer | 2020-10-18 16:37:53 +0300 | |
commit | 5154b39f8a2dab9531cdb90f27a62dfede49eed6 (patch) | |
tree | 73a4b99327a2c9cc67d5e7109759c851400726f9 | |
parent | Fix grammar of voice verification config comments (diff) |
Fix grammar of voice unban embed description
Co-authored-by: Joe Banks <[email protected]>
-rw-r--r-- | bot/exts/moderation/infraction/infractions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/moderation/infraction/infractions.py b/bot/exts/moderation/infraction/infractions.py index d41e6326e..71d873667 100644 --- a/bot/exts/moderation/infraction/infractions.py +++ b/bot/exts/moderation/infraction/infractions.py @@ -428,7 +428,7 @@ class Infractions(InfractionScheduler, commands.Cog): notified = await _utils.notify_pardon( user=user, title="Voice ban ended", - content="You can verify yourself for voice access again.", + content="You have been unbanned and can verify yourself again in the server.", icon_url=_utils.INFRACTION_ICONS["voice_ban"][1] ) |