diff --git a/cogs/utils/config.py b/cogs/utils/config.py index e3e37a2..2e9c3ab 100644 --- a/cogs/utils/config.py +++ b/cogs/utils/config.py @@ -58,6 +58,8 @@ steam_key = global_config.get("steam_key", "") youtube_key = global_config.get("youtube_key", "") # The key for Osu API calls osu_key = global_config.get('osu_key', '') +# The key for League of Legends API calls +lol_key = global_config.get('lol_key', '') # The keys needed for deviant art calls da_id = global_config.get("da_id", "") da_secret = global_config.get("da_secret", "")