diff options
| author | 2019-10-08 12:32:52 +0200 | |
|---|---|---|
| committer | 2019-10-08 12:32:52 +0200 | |
| commit | 54063b1f8fe1c90c3e0893cdea99051e969c13ec (patch) | |
| tree | 377cb0bd50e85a265a56726a368c8a6419743ded /config-default.yml | |
| parent | Only allow members currently in the guild to be warned (diff) | |
| parent | Merge pull request #498 from fiskenslakt/feat/attachment-spam-threshold (diff) | |
Merge branch 'master' into moderation-cleanup
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-default.yml b/config-default.yml index 38b26f64f..0dac9bf9f 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 |