Switching to fetchval

release-1.0.0
DustyP 8 years ago
parent 9ef06824a7
commit 6d8f3531a7

@ -156,7 +156,7 @@ class Repl:
if ctx.author.id != ownerid:
return
try:
body = self.cleanup_code(body).split(' ')
body = self.cleanup_code(body)
result = await asyncio.wait_for(self.bot.loop.create_task(run_command(body)), 10)
value = result
for page in paginate(value):

Loading…
Cancel
Save