robertwayne / dpymenus

Simplified menus for discord.py developers.
https://dpymenus.com/
MIT License
26 stars 4 forks source link

README.md example with Paginated menus returns error. #8

Closed pTinosq closed 4 years ago

pTinosq commented 4 years ago

RuntimeWarning: coroutine 'PaginatedMenu.add_pages' was never awaited

Adding an await to the start of that should fix it.

Fixed example:

await menu3.add_pages([e1, e2, e3, e4])

robertwayne commented 4 years ago

Fixed in c99db3e6bead4efa8cf617525fbee0900e322209.