diff options
| author | 2019-10-06 18:26:37 -0400 | |
|---|---|---|
| committer | 2019-10-06 18:26:37 -0400 | |
| commit | fa3af8eec0ef6a5676f9fafc27eeebd1a5f836c5 (patch) | |
| tree | c2e4b748ee7314a580e6767b620a93f1300a7ab5 | |
| parent | Merge pull request #492 from python-discord/doc-fix (diff) | |
| parent | Update max threshold for attachments (diff) | |
Merge pull request #498 from fiskenslakt/feat/attachment-spam-threshold
Feat/attachment spam threshold
Diffstat (limited to '')
| -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 |