diff options
| author | 2021-08-24 18:27:45 +0100 | |
|---|---|---|
| committer | 2021-08-24 18:27:45 +0100 | |
| commit | 8d01d11742d10d7c89f2d078629f997903fc080b (patch) | |
| tree | 079a5b8a28aca2273350e4071db06d829bd3888a /config-default.yml | |
| parent | Remove TagContentConverter (diff) | |
| parent | Merge pull request #1776 from python-discord/community-partners-access (diff) | |
Merge branch 'main' into converter-typehints
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index eaf8e0ad7..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" |