1
0
Fork 0
mirror of synced 2024-06-26 10:10:44 +12:00

I forgot an await....

This commit is contained in:
Phxntxm 2016-08-13 17:48:49 -05:00
parent b418d91d31
commit 58d87ceba9

View file

@ -73,7 +73,7 @@ class Core:
fmt['Description'] = self.bot.description
information = "\n".join("{}: {}".format(key, result) for key, result in fmt.items())
self.bot.say("```\n{}```".format(information))
await self.bot.say("```\n{}```".format(information))
@commands.command()
@checks.customPermsOrRole(send_messages=True)