diff options
author | 2018-11-20 15:14:46 +0100 | |
---|---|---|
committer | 2018-11-20 15:14:46 +0100 | |
commit | 87580f3414d3873a688b31352832ebd1a1527a2a (patch) | |
tree | 9ee1331f24e36d6f1de4190c469b94eb12f93f9e /bot/constants.py | |
parent | Merge branch 'meooow25-spookysound' (diff) | |
parent | Fixing 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.py | 3 |
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") |