From 9b59221856339e668b8a46c23e2f03139dd51df6 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Fri, 12 Jun 2020 04:36:21 +0100 Subject: [PATCH] Added the OwOText cog --- EnsoBot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EnsoBot.py b/EnsoBot.py index 68e3edef..5a446681 100644 --- a/EnsoBot.py +++ b/EnsoBot.py @@ -12,7 +12,7 @@ client = commands.Bot(command_prefix='~') client.remove_command('help') # Instantiates a list for all the cogs -extensions = ['cogs.WaifuImages', 'cogs.FunCommands', 'cogs.Music', 'cogs.HelpCommands'] +extensions = ['cogs.WaifuImages', 'cogs.FunCommands', 'cogs.Music', 'cogs.HelpCommands', 'cogs.OwOText'] # Calls the cogs if __name__ == '__main__':