1
0
Fork 0
mirror of synced 2024-05-19 20:12:30 +12:00

Removed stupid ', I hate Geany. Give me a new IDE please

This commit is contained in:
Phxntxm 2016-07-09 13:32:51 -05:00
parent 22a4e1e9fb
commit e2b300f604

View file

@ -27,7 +27,7 @@ class Core:
perms.embed_links = True
perms.read_message_history = True
perms.attach_files = True
await self.bot.say("Use this URL to add me to a server that you'd like!\n{}'".format(discord.utils.oauth_url('183748889814237186',perms)))
await self.bot.say("Use this URL to add me to a server that you'd like!\n{}".format(discord.utils.oauth_url('183748889814237186',perms)))
@commands.command()
async def joke(self):