diff options
| author | 2019-02-09 13:17:46 +0100 | |
|---|---|---|
| committer | 2019-02-09 13:17:46 +0100 | |
| commit | 279924c4798d8d91a828f1bff3db1c516f59c240 (patch) | |
| tree | 3f46b5da414533308659e955e85893e20b614fea /config-default.yml | |
| parent | Update _has_invites method docstring. (diff) | |
| parent | Merge pull request #285 from python-discord/newline-antispam (diff) | |
Merge branch 'master' into server-invite-details
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index d0df50605..3ce01916e 100644 --- a/config-default.yml +++ b/config-default.yml @@ -318,6 +318,7 @@ anti_spam: newlines: interval: 10 max: 100 + max_consecutive: 10 role_mentions: interval: 10 |