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)