From f8cb68148017d97ac156a1cc8b594444efcae507 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Fri, 17 Feb 2017 22:11:47 -0600 Subject: [PATCH] Added the lol_key to the config file --- cogs/utils/config.py | 2 ++ 1 file changed, 2 insertions(+) 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", "")