From a30b4a5412a0e88ac37ae5f524b03886a997dd7c Mon Sep 17 00:00:00 2001 From: Marko Kovačević Date: Tue, 2 Oct 2018 20:41:07 +0200 Subject: Implemented flake8 and a Discord Bot base. --- bot/constants.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 bot/constants.py (limited to 'bot/constants.py') diff --git a/bot/constants.py b/bot/constants.py new file mode 100644 index 00000000..f2376c4d --- /dev/null +++ b/bot/constants.py @@ -0,0 +1 @@ +token = '' -- cgit v1.2.3