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 2fbfa28 commit 15a241bCopy full SHA for 15a241b
bot/exts/moderation/voice_gate.py
@@ -31,7 +31,7 @@
31
"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 fewer than {GateConf.minimum_messages} messages",
34
- "activity_blocks": f"been active for fewer than {GateConf.minimum_activity_blocks} 10-minute blocks",
+ "activity_blocks": f"been active for fewer than {GateConf.minimum_activity_blocks} different 10-minute blocks",
35
}
36
37
VOICE_PING = (
0 commit comments