diff options
| author | 2019-02-15 20:06:07 -0500 | |
|---|---|---|
| committer | 2019-02-15 20:06:07 -0500 | |
| commit | 80f40784585f383f4f54185e40db843c3c8afb7e (patch) | |
| tree | 1f712441f909cfc7198428392799b689a4bae305 /config-default.yml | |
| parent | Re-made changes. (diff) | |
| parent | Merge pull request #309 from python-discord/exception-alias-for-traceback (diff) | |
Merge branch 'master' into rules_command
Diffstat (limited to 'config-default.yml')
| -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 d0df50605..747fa7fab 100644 --- a/config-default.yml +++ b/config-default.yml @@ -162,6 +162,9 @@ filter: - 273944235143593984 # STEM - 348658686962696195 # RLBot - 531221516914917387 # Pallets + - 249111029668249601 # Gentoo + - 327254708534116352 # Adafruit + - 544525886180032552 # kennethreitz.org domain_blacklist: - pornhub.com @@ -318,6 +321,7 @@ anti_spam: newlines: interval: 10 max: 100 + max_consecutive: 10 role_mentions: interval: 10 |