1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +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):
result = await result
await self.bot.say("{0}".format(result))
await self.bot.say("```{0}```".format(result))
elif match_multi:
def r(v):
self.bot.loop.create_task(self.bot.say("```{}```".format(v)))