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__':