aboutsummaryrefslogtreecommitdiffstats
path: root/config-default.yml
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2021-08-24 14:11:34 +0200
committerGravatar GitHub <[email protected]>2021-08-24 14:11:34 +0200
commit3a6b9d1cfb7c64f7c11a07a7f71b58a43d084e2b (patch)
treef11ac27f95db06d9638a5df8a1fe4e560504159a /config-default.yml
parentMerge pull request #1775 from python-discord/TizzySaurus-patch-1 (diff)
parentMerge branch 'main' into enhance/1683/restrict-int-eval (diff)
Merge pull request #1700 from python-discord/enhance/1683/restrict-int-eval
Restrict internal eval command to bot owner when in debug mode
Diffstat (limited to 'config-default.yml')
-rw-r--r--config-default.yml3
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"