aboutsummaryrefslogtreecommitdiffstats
path: root/config-default.yml
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-01-19 21:58:01 +1000
committerGravatar GitHub <[email protected]>2019-01-19 21:58:01 +1000
commit27fbc07e247eaf99d881e53fbdef0bee0fe00eb6 (patch)
tree3df51f9344722ce536ca77505f6cc42ba5004703 /config-default.yml
parentMerge pull request #276 from python-discord/helper-talent-pool (diff)
parentMerge branch 'master' into redirect-help-botcommands (diff)
Merge pull request #284 from python-discord/redirect-help-botcommands
Redirect output of help command to bot-commands for regular users
Diffstat (limited to 'config-default.yml')
-rw-r--r--config-default.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml
index 515a50519..d0df50605 100644
--- a/config-default.yml
+++ b/config-default.yml
@@ -349,6 +349,9 @@ free:
cooldown_rate: 1
cooldown_per: 60.0
+redirect_output:
+ delete_invocation: true
+ delete_delay: 15
config:
required_keys: ['bot.token']