From 4a164533e579981c8baeef6fbb52bcd3c1f9629f Mon Sep 17 00:00:00 2001 From: sgoudham Date: Thu, 2 Jul 2020 02:13:37 +0100 Subject: [PATCH] Updated settings.py to include cogs.help.verification --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index e26ba366..b23b0d02 100644 --- a/settings.py +++ b/settings.py @@ -50,7 +50,7 @@ def extensions(): # Instantiates a list for all the cogs anime_ext = ['cogs.anime.interactive', 'cogs.anime.waifu_husbandos'] - help_ext = ['cogs.help.admin', 'cogs.help.help', 'cogs.help.self_roles', 'cogs.help.info'] + help_ext = ['cogs.help.admin', 'cogs.help.help', 'cogs.help.self_roles', 'cogs.help.info', 'cogs.help.verification'] fun_ext = ['cogs.fun.8ball', 'cogs.fun.enso', 'cogs.fun.fun', 'cogs.fun.owo_text', 'cogs.fun.reminder']