test case
This commit is contained in:
parent
bfa9d7c1ef
commit
96ca3208e8
@ -71,9 +71,11 @@ class Repl:
|
||||
pass
|
||||
value = format_output(value)
|
||||
pag = Paginator()
|
||||
print(value)
|
||||
pag.add(value)
|
||||
pag.add(f'\nReturned: {ret}')
|
||||
for page in pag.pages():
|
||||
print(page)
|
||||
await ctx.send(page)
|
||||
|
||||
@commands.command(hidden=True)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user