Added the OwOText cog

pull/2/head
sgoudham 5 years ago
parent 466fb4297c
commit 9b59221856

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

Loading…
Cancel
Save