diff options
author | 2020-10-18 16:37:25 +0300 | |
---|---|---|
committer | 2020-10-18 16:37:25 +0300 | |
commit | a04575ce7ba43623d79ad4ae5611a093a7a452c5 (patch) | |
tree | b8790b544cf525cec9925c44277c68a6ced192a6 | |
parent | Use bullet points instead of - for voice verify failing reasons (diff) |
Fix grammar of voice verification config comments
Co-authored-by: Joe Banks <[email protected]>
-rw-r--r-- | config-default.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config-default.yml b/config-default.yml index 5060e48e0..c712d1eb7 100644 --- a/config-default.yml +++ b/config-default.yml @@ -511,8 +511,8 @@ verification: voice_gate: - minimum_days_verified: 3 # Days how much user have to be verified to pass Voice Gate - minimum_messages: 50 # How much messages user must have to pass 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 |