1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Corrected syntax error

This commit is contained in:
Phxntxm 2016-07-22 06:54:31 -05:00
parent 81207a517e
commit e783f575e0

View file

@ -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)))