diff options
| author | 2020-11-01 14:22:30 -0500 | |
|---|---|---|
| committer | 2020-11-01 14:22:30 -0500 | |
| commit | 0b7a1be1dd57a464fc79fcb235b79d75bec43f99 (patch) | |
| tree | d4cafd89b4025d0b57779b24e1be778d8c4f4d05 /config-default.yml | |
| parent | Fix incorrect argument for _send_log when filtering evals (diff) | |
| parent | Actually fix the issue @kwzrd pointed out (diff) | |
Merge pull request #1265 from python-discord/voicegate/activity-blocks
Voice Gate: User activity blocks
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index 071f6e1ec..2afdcd594 100644 --- a/config-default.yml +++ b/config-default.yml @@ -521,6 +521,7 @@ voice_gate: minimum_days_verified: 3 # How many days the user must have been verified for minimum_messages: 50 # How many messages a user must have to be eligible for voice bot_message_delete_delay: 10 # Seconds before deleting bot's response in Voice Gate + minimum_activity_blocks: 3 # Number of 10 minute blocks during which a user must have been active config: |