diff options
| author | 2019-01-12 17:03:58 -0500 | |
|---|---|---|
| committer | 2019-01-12 17:03:58 -0500 | |
| commit | cc2f484014bd030c110fe37ac85d2e3629cbe02d (patch) | |
| tree | 709f784a859f55aac925861f9cbb839fda63e2f3 /config-default.yml | |
| parent | Merge pull request #272 from python-discord/edit-log-timestamp (diff) | |
| parent | Merge branch 'master' into master (diff) | |
Merge pull request #255 from fiskenslakt/master
!free help channel command
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']  |