diff options
author | 2020-12-20 20:43:35 +0200 | |
---|---|---|
committer | 2020-12-20 20:43:35 +0200 | |
commit | 1cdcd2370f9102cb42a291e78fff5ba076651d32 (patch) | |
tree | 183cb063c8b63c60a8d66e8dfb0fe694cc380e19 /bot/constants.py | |
parent | Merge pull request #535 from python-discord/sebastiaan/advent-of-code/refacto... (diff) | |
parent | Fix wrong way for getting Git SHA (diff) |
Merge pull request #547 from python-discord/ks123/sentry
Sentry SDK version bump, integrations adding and Sentry release workflow
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index 5e97fa2d..0325066a 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -313,6 +313,8 @@ WHITELISTED_CHANNELS = ( Channels.sprint_documentation, ) +GIT_SHA = environ.get("GIT_SHA", "foobar") + # Bot replies ERROR_REPLIES = [ "Please don't do that.", |