diff options
| author | 2021-08-24 16:49:26 +0100 | |
|---|---|---|
| committer | 2021-08-24 16:49:26 +0100 | |
| commit | 5c52fa618c1355ad46d2b8bdd0fb65fdf6197c0e (patch) | |
| tree | 2a14ffe5f568884a4a1854786976198fb474c476 /config-default.yml | |
| parent | Allow partners & members of the python community to have mentions in `!remind` (diff) | |
| parent | Merge pull request #1700 from python-discord/enhance/1683/restrict-int-eval (diff) | |
Merge branch 'main' into community-partners-access
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index 79828dd77..8e0b97a51 100644 --- a/config-default.yml +++ b/config-default.yml @@ -1,3 +1,6 @@ +debug: !ENV ["BOT_DEBUG", "true"] + + bot: prefix: "!" sentry_dsn: !ENV "BOT_SENTRY_DSN" @@ -377,6 +380,8 @@ urls: anti_spam: + cache_size: 100 + # Clean messages that violate a rule. clean_offending: true ping_everyone: true |