aboutsummaryrefslogtreecommitdiffstats
path: root/config-default.yml
diff options
context:
space:
mode:
authorGravatar S. Co1 <[email protected]>2019-01-12 17:03:58 -0500
committerGravatar GitHub <[email protected]>2019-01-12 17:03:58 -0500
commitcc2f484014bd030c110fe37ac85d2e3629cbe02d (patch)
tree709f784a859f55aac925861f9cbb839fda63e2f3 /config-default.yml
parentMerge pull request #272 from python-discord/edit-log-timestamp (diff)
parentMerge 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.yml11
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']