aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-11-01 02:28:17 +0000
committerGravatar Joe Banks <[email protected]>2020-11-01 02:28:17 +0000
commite0fba54b56d9fc7a7acfc7d7651f9b34b9e0712f (patch)
tree58187533d38b53fb11edb02948229ee84e177e00
parentRemove full stop (diff)
Change wording of failure message and re-add trailing comma
-rw-r--r--bot/exts/moderation/voice_gate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/moderation/voice_gate.py b/bot/exts/moderation/voice_gate.py
index cf64c4e52..78fc1e619 100644
--- a/bot/exts/moderation/voice_gate.py
+++ b/bot/exts/moderation/voice_gate.py
@@ -25,7 +25,7 @@ MESSAGE_FIELD_MAP = {
"verified_at": f"have been verified for less than {GateConf.minimum_days_verified} days",
"voice_banned": "have an active voice ban infraction",
"total_messages": f"have sent less than {GateConf.minimum_messages} messages",
- "activity_blocks": f"have been active for less than {GateConf.minimum_activity_blocks} ten-minute blocks"
+ "activity_blocks": f"have been active for fewer than {GateConf.minimum_activity_blocks} ten-minute blocks",
}