From 88426b824e662956fd795ef8ba38770f5be6c419 Mon Sep 17 00:00:00 2001 From: phxntxm Date: Fri, 19 Aug 2016 01:48:15 -0500 Subject: [PATCH] Created initial steam cog --- cogs/utils/config.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cogs/utils/config.py b/cogs/utils/config.py index 8b51e95..6dc0af0 100644 --- a/cogs/utils/config.py +++ b/cogs/utils/config.py @@ -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: