Added more cogs to the extensions

pull/2/head
sgoudham 5 years ago
parent 6a4e1dc939
commit f57058b75c

@ -12,7 +12,8 @@ client = commands.Bot(command_prefix='~')
client.remove_command('help') client.remove_command('help')
# Instantiates a list for all the cogs # 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 # Calls the cogs
if __name__ == '__main__': if __name__ == '__main__':

Loading…
Cancel
Save