1
0
Fork 0
mirror of synced 2024-06-03 03:04:33 +12:00

Corrected syntax error

This commit is contained in:
Phxntxm 2016-07-22 06:54:59 -05:00
parent e783f575e0
commit d9931dcf3b

View file

@ -256,7 +256,7 @@ class Core:
@commands.command()
async def test(self, *, msg):
await self.bot.say("```Type: {}\nMessage: {}".format(type(msg)))
await self.bot.say("```Type: {}\nMessage: {}".format(type(msg),msg))
def setup(bot):