From 6637c7bd2a1fa3755bda34c40a364fdaf3e00b38 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Fri, 3 Jul 2020 01:37:57 +0100 Subject: [PATCH] Updating Cog Names --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 73feed0b..84c860a9 100644 --- a/settings.py +++ b/settings.py @@ -53,6 +53,6 @@ def extensions(): help_ext = ['cogs.help.admin', 'cogs.help.help', 'cogs.help.self_roles', 'cogs.help.info', 'cogs.help.verification', 'cogs.help.modmail'] - fun_ext = ['cogs.fun.8ball', 'cogs.fun.enso', 'cogs.fun.fun', 'cogs.fun.owo_text', 'cogs.fun.reminder'] + fun_ext = ['cogs.fun.eightball', 'cogs.fun.enso', 'cogs.fun.fun', 'cogs.fun.owo_text', 'cogs.fun.reminder'] return (anime_ext, help_ext, fun_ext)