diff options
author | 2019-10-06 17:12:47 -0400 | |
---|---|---|
committer | 2019-10-06 17:12:47 -0400 | |
commit | 97bfd35e34b56336950aa36b103889e2606627e0 (patch) | |
tree | c2e4b748ee7314a580e6767b620a93f1300a7ab5 | |
parent | Merge pull request #492 from python-discord/doc-fix (diff) |
Update max threshold for attachments
-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 |