Fixed paginator in repl

release-1.0.0
DustyP 8 years ago
parent 95fce3f636
commit 12db8a520d

@ -37,7 +37,7 @@ class Repl:
async def _eval(self, ctx, *, body: str): async def _eval(self, ctx, *, body: str):
if ctx.author.id != ownerid: if ctx.author.id != ownerid:
return return
pag = Paginator() pag = Paginator(self.bot)
env = { env = {
'bot': self.bot, 'bot': self.bot,
'ctx': ctx, 'ctx': ctx,

Loading…
Cancel
Save