From 5c9f2688e19f168dc2cbdde347dcb1c89b85c8cb Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Fri, 28 Oct 2016 22:16:01 -0500 Subject: [PATCH] Added the osu key to the config --- cogs/utils/config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cogs/utils/config.py b/cogs/utils/config.py index bf176f7..b8c34c0 100644 --- a/cogs/utils/config.py +++ b/cogs/utils/config.py @@ -56,6 +56,8 @@ twitch_key = global_config.get('twitch_key', "") steam_key = global_config.get("steam_key", "") # The key for youtube API calls youtube_key = global_config.get("youtube_key", "") +# The key for Osu API calls +osu_key = global_config.get('osu_key', '') # The keys needed for deviant art calls da_id = global_config.get("da_id", "") da_secret = global_config.get("da_secret", "")