diff --git a/src/exts/repl.py b/src/exts/repl.py index 124335c..2ffc116 100644 --- a/src/exts/repl.py +++ b/src/exts/repl.py @@ -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,