1
0
Fork 0
mirror of synced 2024-06-24 17:21:07 +12:00

Created initial steam cog

This commit is contained in:
phxntxm 2016-08-19 01:48:15 -05:00
parent 4a436bb3ba
commit 88426b824e

View file

@ -26,7 +26,9 @@ dev_server = global_config.get("dev_server", "")
battleWins = global_config.get("battleWins", [])
# The default status the bot will use
defaultStatus = global_config.get("default_status", "")
#
# The steam API key
steam_key = global_config.get("steam_key", "")
try:
botToken = global_config["bot_token"]
except KeyError: