Create a working button paginator #95

Open
ImAnAgent wants to merge 7 commits from ImAnAgent/patch-1 into 2.0
Showing only changes of commit 3201026242 - Show all commits

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")