aboutsummaryrefslogtreecommitdiffstats
path: root/config-default.yml
diff options
context:
space:
mode:
authorGravatar Derek <[email protected]>2019-01-09 01:45:01 -0500
committerGravatar Derek <[email protected]>2019-01-09 01:45:01 -0500
commit3a209226e76b2ef1e542cd5a35e2571b3a1cc418 (patch)
tree592838dc499b2429445444e83514b9873d72bfdd /config-default.yml
parentMerge branch 'master' of https://github.com/python-discord/bot (diff)
Add activity timeout constant
Diffstat (limited to 'config-default.yml')
-rw-r--r--config-default.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml
index 1b4e6f412..504d40ed7 100644
--- a/config-default.yml
+++ b/config-default.yml
@@ -337,5 +337,11 @@ big_brother:
header_message_limit: 15
+free:
+ # Seconds to elapse for a channel
+ # to be considered inactive.
+ activity_timeout: 300
+
+
config:
required_keys: ['bot.token']