You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the code example in README.md for AsyncIteratorPageSource and it says to simply call the Menu Pages object and the await menu.start(ctx) but any time I did that I had an empty response. Seems I needed to call await menu.show_page(0) first
The text was updated successfully, but these errors were encountered:
Unfortunately this one is a bit rough to fix. Per the implementation as it stands, send_initial_message isn't called if a message is already supplied. For Menu that works okay but for MenuPages that means that it's never called and thus the page isn't shown.
TurnrDev
pushed a commit
to TurnrDev/discord-ext-menus
that referenced
this issue
Aug 19, 2020
This is my code:
I followed the code example in README.md for
AsyncIteratorPageSource
and it says to simply call the Menu Pages object and theawait menu.start(ctx)
but any time I did that I had an empty response. Seems I needed to callawait menu.show_page(0)
firstThe text was updated successfully, but these errors were encountered: