Update paginator.py

This commit is contained in:
Maxikinz 2021-10-09 22:16:57 +02:00 committed by GitHub
parent f7398c9acd
commit 3201026242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -206,4 +206,5 @@ async def sendpages(ctx):
page3 = Embed(description="This is page 3")
await paginate(ctx, [page1, page2, page3])
bot.run("token")