1
0
Fork 0
mirror of synced 2024-06-28 19:20:34 +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", []) battleWins = global_config.get("battleWins", [])
# The default status the bot will use # The default status the bot will use
defaultStatus = global_config.get("default_status", "") defaultStatus = global_config.get("default_status", "")
# # The steam API key
steam_key = global_config.get("steam_key", "")
try: try:
botToken = global_config["bot_token"] botToken = global_config["bot_token"]
except KeyError: except KeyError: