aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar S. Co1 <[email protected]>2019-10-06 18:26:37 -0400
committerGravatar GitHub <[email protected]>2019-10-06 18:26:37 -0400
commitfa3af8eec0ef6a5676f9fafc27eeebd1a5f836c5 (patch)
treec2e4b748ee7314a580e6767b620a93f1300a7ab5
parentMerge pull request #492 from python-discord/doc-fix (diff)
parentUpdate max threshold for attachments (diff)
Merge pull request #498 from fiskenslakt/feat/attachment-spam-threshold
Feat/attachment spam threshold
-rw-r--r--config-default.yml2
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