diff options
| author | 2020-09-09 14:07:55 -0700 | |
|---|---|---|
| committer | 2020-09-09 14:07:55 -0700 | |
| commit | 899e5bf221dc74d62ef05ac6fbf4d8b34112e40d (patch) | |
| tree | af72bde3cbf48f3ca06164fc0cc5f1c338b7fd35 /config-default.yml | |
| parent | Code block: make _get_leading_spaces more readable (diff) | |
| parent | Merge pull request #1144 from Numerlor/text-link-fix (diff) | |
Fix conflict for webhook token check in code block detection
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/config-default.yml b/config-default.yml index 324e39346..c5df37509 100644 --- a/config-default.yml +++ b/config-default.yml @@ -39,7 +39,7 @@ style: status_offline: "<:status_offline:470326266537705472>" badge_staff: "<:discord_staff:743882896498098226>" - badge_partner: "<:partner:743882897131569323>" + badge_partner: "<:partner:748666453242413136>" badge_hypesquad: "<:hypesquad_events:743882896892362873>" badge_bug_hunter: "<:bug_hunter_lvl1:743882896372269137>" badge_hypesquad_bravery: "<:hypesquad_bravery:743882896745693335>" @@ -352,9 +352,13 @@ anti_spam: interval: 10 max: 7 - burst_shared: - interval: 10 - max: 20 + # Burst shared it (temporarily) disabled to prevent + # the bug that triggers multiple infractions/DMs per + # user. It also tends to catch a lot of innocent users + # now that we're so big. + # burst_shared: + # interval: 10 + # max: 20 chars: interval: 5 @@ -385,6 +389,12 @@ anti_spam: interval: 10 max: 3 + # The everyone ping filter is temporarily disabled + # until we've fixed a couple of bugs. + # everyone_ping: + # interval: 10 + # max: 0 + reddit: subreddits: @@ -393,13 +403,6 @@ reddit: secret: !ENV "REDDIT_SECRET" -wolfram: - # Max requests per day. - user_limit_day: 10 - guild_limit_day: 67 - key: !ENV "WOLFRAM_API_KEY" - - big_brother: log_delay: 15 header_message_limit: 15 |