From 81a90d4bdc67f84fb4ed5c2996b3fc984de0e756 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Fri, 10 Jul 2020 06:39:08 +0100 Subject: [PATCH] Importing Music --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 78d3e72b..94b080a4 100644 --- a/settings.py +++ b/settings.py @@ -75,6 +75,6 @@ def extensions(): 'cogs.help.info', 'cogs.help.verification', 'cogs.help.modmail'] fun_ext = ['cogs.fun.eightball', 'cogs.fun.enso', 'cogs.fun.fun', - 'cogs.fun.owo_text', 'cogs.fun.reminder', 'cogs.fun.homies'] + 'cogs.fun.owo_text', 'cogs.fun.reminder', 'cogs.fun.homies', 'cogs.music'] return (anime_ext, help_ext, fun_ext)