Update paginator.py
This commit is contained in:
@ -206,4 +206,5 @@ async def sendpages(ctx):
|
||||
page3 = Embed(description="This is page 3")
|
||||
await paginate(ctx, [page1, page2, page3])
|
||||
|
||||
|
||||
bot.run("token")
|
||||
|
Reference in New Issue
Block a user