diff options
| author | 2019-10-19 12:05:01 +0200 | |
|---|---|---|
| committer | 2019-10-19 12:05:01 +0200 | |
| commit | c6fe0050ba798932165fc74161e3739dcc453427 (patch) | |
| tree | 6357417b042b9f33de977a9e5cb6aa71e9fb1c5d /config-default.yml | |
| parent | Delete “confirmation echo” (diff) | |
| parent | Fix rule alias. (#537) (diff) | |
Merge branch 'master' of https://github.com/python-discord/bot into reminder-up
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config-default.yml b/config-default.yml index 38b26f64f..ca405337e 100644 --- a/config-default.yml +++ b/config-default.yml @@ -282,7 +282,7 @@ anti_spam: rules: attachments: interval: 10 - max: 3 + max: 9 burst: interval: 10 @@ -347,6 +347,10 @@ free: cooldown_rate: 1 cooldown_per: 60.0 +mention: + message_timeout: 300 + reset_delay: 5 + redirect_output: delete_invocation: true delete_delay: 15 |