Fixed paginator in repl
This commit is contained in:
parent
95fce3f636
commit
12db8a520d
@ -37,7 +37,7 @@ class Repl:
|
||||
async def _eval(self, ctx, *, body: str):
|
||||
if ctx.author.id != ownerid:
|
||||
return
|
||||
pag = Paginator()
|
||||
pag = Paginator(self.bot)
|
||||
env = {
|
||||
'bot': self.bot,
|
||||
'ctx': ctx,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user