diff options
| author | 2019-01-19 21:58:01 +1000 | |
|---|---|---|
| committer | 2019-01-19 21:58:01 +1000 | |
| commit | 27fbc07e247eaf99d881e53fbdef0bee0fe00eb6 (patch) | |
| tree | 3df51f9344722ce536ca77505f6cc42ba5004703 /config-default.yml | |
| parent | Merge pull request #276 from python-discord/helper-talent-pool (diff) | |
| parent | Merge 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.yml | 3 |
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'] |