nextcord / nextcord-ext-menus

A nextcord menu and pagination extension that makes working with reaction menus and button component menus a bit easier
https://menus.docs.nextcord.dev
MIT License
26 stars 9 forks source link

fix: AsyncIterator buttons not getting displayed #25

Closed DenverCoder1 closed 2 years ago

DenverCoder1 commented 2 years ago

This is a hotfix to 1.3.3 where AsyncIteratorPageSource stopped working due to #24

Note: When using AsyncIteratorPageSource when there is only one page, the buttons get displayed for a split second before they get removed in start(). This is an extremely rare use case, but should be mentioned regardless.