aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/constants.py')
-rw-r--r--bot/constants.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py
index f2bf04a2..7c2561a7 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -1,2 +1,5 @@
+import os
+
HACKTOBER_CHANNEL_ID = 414574275865870337
HACKTOBER_VOICE_CHANNEL_ID = 514420006474219521
+GIPHY_TOKEN = os.environ.get("GIPHY_TOKEN")