aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-10-18 16:37:53 +0300
committerGravatar GitHub <[email protected]>2020-10-18 16:37:53 +0300
commit5154b39f8a2dab9531cdb90f27a62dfede49eed6 (patch)
tree73a4b99327a2c9cc67d5e7109759c851400726f9
parentFix 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.py2
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]
)