diff options
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index 4cc2ff5d5..bb49a46e1 100644 --- a/config-default.yml +++ b/config-default.yml @@ -85,6 +85,9 @@ style: guild: id: 267624335836053506 + categories: + python_help: 356013061213126657 + channels: admins: &ADMINS 365960823622991872 announcements: 354619224620138496 @@ -337,5 +340,13 @@ big_brother: header_message_limit: 15 +free: + # Seconds to elapse for a channel + # to be considered inactive. + activity_timeout: 600 + cooldown_rate: 1 + cooldown_per: 60.0 + + config: required_keys: ['bot.token'] |