diff options
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  |