aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-12-20 09:00:45 +0200
committerGravatar ks129 <[email protected]>2020-12-20 09:00:45 +0200
commit33ad294ae9fd1128982c6ccd7e183e5b2dfc4752 (patch)
tree87cb0343a99ff9897f456b4d1385dfcabb320c57
parentInject Git SHA in container build workflow (diff)
Add constant for Git SHA
-rw-r--r--bot/constants.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py
index c4bb6b2d6..92287a930 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -656,6 +656,9 @@ MODERATION_CHANNELS = Guild.moderation_channels
# Category combinations
MODERATION_CATEGORIES = Guild.moderation_categories
+# Git SHA for Sentry
+GIT_SHA = os.environ.get("GIT_SHA", "development")
+
# Bot replies
NEGATIVE_REPLIES = [
"Noooooo!!",