aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2018-11-20 15:14:46 +0100
committerGravatar Leon Sandøy <[email protected]>2018-11-20 15:14:46 +0100
commit87580f3414d3873a688b31352832ebd1a1527a2a (patch)
tree9ee1331f24e36d6f1de4190c469b94eb12f93f9e /bot/constants.py
parentMerge branch 'meooow25-spookysound' (diff)
parentFixing flake8 errors, and making the gif post inside an embed. (diff)
Merge branch 'markylon-gif'
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")