diff options
author | 2021-05-24 20:44:54 +0300 | |
---|---|---|
committer | 2021-05-24 20:44:54 +0300 | |
commit | bd50454a5b42d9326182f4ed54e886904565d3c5 (patch) | |
tree | 34bf78c99d69ca71af8eca788dff3853e0963c0d | |
parent | Merge pull request #1610 from python-discord/fix/float-tag-typo (diff) | |
parent | Up duck pond threshold to 7 (diff) |
Merge pull request #1612 from python-discord/higher-duck-limit
Up duck pond threshold to 7
-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 394c51c26..8099a0860 100644 --- a/config-default.yml +++ b/config-default.yml @@ -511,7 +511,7 @@ redirect_output: duck_pond: - threshold: 5 + threshold: 7 channel_blacklist: - *ANNOUNCEMENTS - *PYNEWS_CHANNEL |