diff options
author | 2018-10-02 20:41:07 +0200 | |
---|---|---|
committer | 2018-10-02 20:41:07 +0200 | |
commit | a30b4a5412a0e88ac37ae5f524b03886a997dd7c (patch) | |
tree | fa022a1ded17150139d1eedaa82f269bd1df7f37 /bot/constants.py | |
parent | Create CONTRIBUTING.md (diff) |
Implemented flake8 and a Discord Bot base.
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 = '' |