From 42e5af85dd55b754d93374263ea7bcee85075f34 Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Tue, 20 Nov 2018 15:14:32 +0100 Subject: Fixing flake8 errors, and making the gif post inside an embed. --- bot/constants.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bot/constants.py') 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") -- cgit v1.2.3