Skip to content

Commit aab5639

Browse files
authored
Update voice verification thresholds
1 parent c36a5df commit aab5639

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bot/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,9 @@ class _PythonNews(EnvConfig, env_prefix="python_news_"):
362362
class _VoiceGate(EnvConfig, env_prefix="voice_gate_"):
363363

364364
delete_after_delay: int = 60
365-
minimum_activity_blocks: int = 3
365+
minimum_activity_blocks: int = 9 # 1h30m
366366
minimum_days_member: int = 3
367-
minimum_messages: int = 50
367+
minimum_messages: int = 25
368368

369369

370370
VoiceGate = _VoiceGate()

0 commit comments

Comments
 (0)