We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2dabf commit 2fbfa28Copy full SHA for 2fbfa28
bot/exts/moderation/voice_gate.py
@@ -28,10 +28,10 @@
28
)
29
30
MESSAGE_FIELD_MAP = {
31
- "joined_at": f"been on the server for less than {GateConf.minimum_days_member} days",
+ "joined_at": f"been on the server for fewer than {GateConf.minimum_days_member} days",
32
"voice_gate_blocked": "an active voice infraction",
33
- "total_messages": f"sent less than {GateConf.minimum_messages} messages",
34
- "activity_blocks": f"been active for fewer than {GateConf.minimum_activity_blocks} ten-minute blocks",
+ "total_messages": f"sent fewer than {GateConf.minimum_messages} messages",
+ "activity_blocks": f"been active for fewer than {GateConf.minimum_activity_blocks} 10-minute blocks",
35
}
36
37
VOICE_PING = (
0 commit comments