1
0
Fork 0
mirror of synced 2024-06-29 19:50:25 +12:00

Removing the change I was testing

This commit is contained in:
Phxntxm 2016-07-31 12:32:01 -05:00
parent 65a6da8bc3
commit 91424111a9

View file

@ -53,7 +53,7 @@ class Owner:
if inspect.isawaitable(result): if inspect.isawaitable(result):
result = await result result = await result
await self.bot.say("{0}".format(result)) await self.bot.say("```{0}```".format(result))
elif match_multi: elif match_multi:
def r(v): def r(v):
self.bot.loop.create_task(self.bot.say("```{}```".format(v))) self.bot.loop.create_task(self.bot.say("```{}```".format(v)))