diff options
| author | 2020-11-05 15:55:36 -0600 | |
|---|---|---|
| committer | 2020-11-05 15:55:36 -0600 | |
| commit | 33d9927e7b35acc95b209c2c1e5a2d0d9fb07e16 (patch) | |
| tree | 44ac57742c92ee818e25b1aac5da62e46ba7db17 /config-default.yml | |
| parent | Corrected linting errors. (diff) | |
| parent | Merge branch 'master' into Hemlock/voice-gate-ping (diff) | |
Merge remote-tracking branch 'origin/Hemlock/voice-gate-ping' into Hemlock/voice-gate-ping
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-default.yml b/config-default.yml index 058efa9ad..7de9faeda 100644 --- a/config-default.yml +++ b/config-default.yml @@ -521,8 +521,8 @@ 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 voice_ping_delete_delay: 60 # Seconds before deleting the bot's ping to user in Voice Gate - config: required_keys: ['bot.token'] |