From e2b300f604a5fed90bfa25a28cddf73cea37d07f Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Sat, 9 Jul 2016 13:32:51 -0500 Subject: [PATCH] Removed stupid ', I hate Geany. Give me a new IDE please --- cogs/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/core.py b/cogs/core.py index 23dbb66..f844118 100644 --- a/cogs/core.py +++ b/cogs/core.py @@ -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):