diff options
| author | 2020-11-01 02:28:43 +0000 | |
|---|---|---|
| committer | 2020-11-01 02:28:53 +0000 | |
| commit | f076231f9919c1f9320c48e5e4af7a1ad2a0401f (patch) | |
| tree | 071adeb5f05523128f117023af0862f727d85789 | |
| parent | Change wording of failure message and re-add trailing comma (diff) | |
Indent inline comment by two spaces in 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 a2cabf5fc..2afdcd594 100644 --- a/config-default.yml +++ b/config-default.yml @@ -521,7 +521,7 @@ 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 +    minimum_activity_blocks: 3  # Number of 10 minute blocks during which a user must have been active  config: | 
