aboutsummaryrefslogtreecommitdiffstats
path: root/config-default.yml
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2020-11-11 22:37:28 +0100
committerGravatar kwzrd <[email protected]>2020-11-11 22:37:28 +0100
commit8c8b65c4647f23010d7fb458246c28b3ccbeb549 (patch)
tree5f9094c4d7f60af79d67d21be73345e9a04bbbb3 /config-default.yml
parentMerge CI dep cache bump from 'master' branch (diff)
Config: ensure 2 blank lines between classes
Previous changes reduced the spacing to 1 blank line, which is inconsistent with the prevailing style.
Diffstat (limited to 'config-default.yml')
-rw-r--r--config-default.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml
index c2a4e71ad..8912841ff 100644
--- a/config-default.yml
+++ b/config-default.yml
@@ -524,5 +524,6 @@ 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']