diff options
| author | 2020-12-20 14:32:49 -0500 | |
|---|---|---|
| committer | 2020-12-20 14:32:49 -0500 | |
| commit | 2b73df65fdd6fd2256d8a3f95b5181b6e10141bc (patch) | |
| tree | 6e75bd1c0a5c8f0e810d63e75e11b3703095aad6 /config-default.yml | |
| parent | Responses from the bot mention the user. (diff) | |
| parent | Add the clear alias to the clean command (diff) | |
Merge branch 'master' of https://github.com/python-discord/bot into swfarnsworth/developer_command
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 006743342..3f3f66962 100644 --- a/config-default.yml +++ b/config-default.yml @@ -526,7 +526,7 @@ verification: voice_gate: - minimum_days_verified: 3 # How many days the user must have been verified for + minimum_days_member: 3 # How many days the user must have been a member 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 |