From 43429da7fbe4e047a98e7619bea825ca9651d037 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 14 Jul 2020 05:32:31 +0100 Subject: [PATCH] Adding another cog --- settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 7ed3d0d2..3ac17e77 100644 --- a/settings.py +++ b/settings.py @@ -77,6 +77,7 @@ 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.fun.doggo'] return (anime_ext, help_ext, fun_ext)