Skip to content

Commit 15a241b

Browse files
committed
added word for clarification and to split numbers
1 parent 2fbfa28 commit 15a241b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/exts/moderation/voice_gate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"joined_at": f"been on the server for fewer than {GateConf.minimum_days_member} days",
3232
"voice_gate_blocked": "an active voice infraction",
3333
"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",
34+
"activity_blocks": f"been active for fewer than {GateConf.minimum_activity_blocks} different 10-minute blocks",
3535
}
3636

3737
VOICE_PING = (

0 commit comments

Comments
 (0)