diff options
| author | 2020-11-05 14:20:08 -0600 | |
|---|---|---|
| committer | 2020-11-05 14:20:08 -0600 | |
| commit | cbec20b18ebf80a857a9aa90e6c781dbbdfee8b9 (patch) | |
| tree | 827ffdd9353fc97c119ec90a313d1b89959825a7 /config-default.yml | |
| parent | - Added ping deletion time to config file. (diff) | |
| parent | Merge pull request #901 from ks129/pep-improvisations (diff) | |
Merge branch 'master' 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'] |