From e783f575e034938ad9f480557f9ebdd4ec5eab21 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Fri, 22 Jul 2016 06:54:31 -0500 Subject: [PATCH] Corrected syntax error --- cogs/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/core.py b/cogs/core.py index aec883a..3385f12 100644 --- a/cogs/core.py +++ b/cogs/core.py @@ -255,7 +255,7 @@ class Core: await self.bot.say(rand_image) @commands.command() - async def test(self, *, msg) + async def test(self, *, msg): await self.bot.say("```Type: {}\nMessage: {}".format(type(msg)))