From 9a25a76eb5963b1b1c104555ad7071a9870e1273 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Mon, 6 Jul 2020 06:16:21 +0100 Subject: [PATCH] Updating settings.py --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 6d82265a..0942b338 100644 --- a/settings.py +++ b/settings.py @@ -54,6 +54,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' return (anime_ext, help_ext, fun_ext)