From 0c69b20e009295f0aa99fa308685483ea9dd6f81 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 21 Jul 2020 11:24:14 +0100 Subject: [PATCH] Removing cogs --- settings.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/settings.py b/settings.py index a3b96eaa..92d3a9a0 100644 --- a/settings.py +++ b/settings.py @@ -70,8 +70,7 @@ enso_modmail_ID = 728083016290926623 def extensions(): anime_ext = ['cogs.anime.interactive', 'cogs.anime.waifu_husbandos', 'cogs.anime.relationship'] - help_ext = ['cogs.help.admin', 'cogs.help.help', 'cogs.help.self_roles', - 'cogs.help.info', 'cogs.help.verification', 'cogs.help.test'] + help_ext = ['cogs.help.help', 'cogs.help.self_roles', 'cogs.help.info', 'cogs.help.test'] fun_ext = ['cogs.fun.fun', 'cogs.fun.enso']