diff options
| author | 2019-01-09 01:45:01 -0500 | |
|---|---|---|
| committer | 2019-01-09 01:45:01 -0500 | |
| commit | 3a209226e76b2ef1e542cd5a35e2571b3a1cc418 (patch) | |
| tree | 592838dc499b2429445444e83514b9873d72bfdd /config-default.yml | |
| parent | Merge 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.yml | 6 |
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'] |