diff options
author | 2021-11-11 16:48:15 -0800 | |
---|---|---|
committer | 2021-11-11 16:48:15 -0800 | |
commit | 2450138a5edb1e009e577d7da1134798261f26d3 (patch) | |
tree | 3e6fa933f0bb0cc7ca912c369224b9e006e12cb4 /bot/constants.py | |
parent | Merge PR #909: Fix challenge cog not working for beta languages (diff) | |
parent | Merge branch 'main' into coloredlogs (diff) |
Merge pull request #858 from Numerlor/coloredlogs
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index 0720dd20..9d12000e 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -139,6 +139,7 @@ class Client(NamedTuple): github_bot_repo = "https://github.com/python-discord/sir-lancebot" # Override seasonal locks: 1 (January) to 12 (December) month_override = int(environ["MONTH_OVERRIDE"]) if "MONTH_OVERRIDE" in environ else None + trace_loggers = environ.get("BOT_TRACE_LOGGERS") class Colours: |