Initial implementation of Avan fact bot

This commit is contained in:
2020-04-29 20:48:25 -04:00
parent b7bba2d263
commit 0a35519a72
5 changed files with 52 additions and 10 deletions

4
util/constants.py Normal file
View File

@@ -0,0 +1,4 @@
import os
BOT_NAME = os.environ.get("BOT_NAME")
GROUPME = os.environ.get("GROUPME_KEY")