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: