Initial implementation of Avan fact bot
This commit is contained in:
4
util/constants.py
Normal file
4
util/constants.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import os
|
||||
|
||||
BOT_NAME = os.environ.get("BOT_NAME")
|
||||
GROUPME = os.environ.get("GROUPME_KEY")
|
||||
Reference in New Issue
Block a user