From f57058b75cbd3bde163d44f7322050782f441187 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sat, 13 Jun 2020 19:32:54 +0100 Subject: [PATCH] Added more cogs to the extensions --- EnsoBot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/EnsoBot.py b/EnsoBot.py index 5a446681..35c5a737 100644 --- a/EnsoBot.py +++ b/EnsoBot.py @@ -12,7 +12,8 @@ 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', 'cogs.OwOText'] +extensions = ['cogs.WaifuImages', 'cogs.FunCommands', 'cogs.Music', + 'cogs.HelpCommands', 'cogs.OwOText', 'cogs.Embeds'] # Calls the cogs if __name__ == '__main__':