From 19f2b7f6132954093a3c7c7070d95c959ea74e89 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sat, 11 Jul 2020 19:21:53 +0100 Subject: [PATCH] Removing Music cog --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 94b080a4..78d3e72b 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.music'] + 'cogs.fun.owo_text', 'cogs.fun.reminder', 'cogs.fun.homies'] return (anime_ext, help_ext, fun_ext)