diff options
author | 2020-08-04 15:30:34 +0100 | |
---|---|---|
committer | 2020-08-04 15:30:34 +0100 | |
commit | 239fa5f43ab79435151657671ebcf21eac706fc6 (patch) | |
tree | 65a81a2ff4ff1a59ca79a05fb1360768c7d2b38b | |
parent | Merge pull request #1078 from python-discord/support_plural_filterlist_types (diff) |
Revert "Disabled burst_shared filter temporarily"
This reverts commit be14db91b1c70993773e67cfa663fef0cfa85666.
-rw-r--r-- | config-default.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index 14a073611..aacbe170f 100644 --- a/config-default.yml +++ b/config-default.yml @@ -358,6 +358,10 @@ anti_spam: interval: 10 max: 7 + burst_shared: + interval: 10 + max: 20 + chars: interval: 5 max: 3_000 |