diff options
| author | 2020-11-12 12:40:43 -0600 | |
|---|---|---|
| committer | 2020-11-12 12:40:43 -0600 | |
| commit | 25d55097d2872bd654687553e1aedb09828e2c3b (patch) | |
| tree | 5f9094c4d7f60af79d67d21be73345e9a04bbbb3 /config-default.yml | |
| parent | CI: invalidate dependency cache (diff) | |
| parent | Config: ensure 2 blank lines between classes (diff) | |
Merge pull request #1272 from python-discord/Hemlock/voice-gate-ping
Voice Gate: notify new unverified users in the verification channel
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 2afdcd594..8912841ff 100644 --- a/config-default.yml +++ b/config-default.yml @@ -522,6 +522,7 @@ voice_gate: 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: |