diff options
author | 2021-05-24 19:38:40 +0200 | |
---|---|---|
committer | 2021-05-24 19:38:40 +0200 | |
commit | 20fd49666519fa8228ce942a8f2bb6f15aa79e34 (patch) | |
tree | 34bf78c99d69ca71af8eca788dff3853e0963c0d | |
parent | Merge pull request #1610 from python-discord/fix/float-tag-typo (diff) |
Up duck pond threshold to 7
Makes duck pond entries less common, by requiring more ducks for a
message to be ducked
-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 |