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

Allow format_page to return a list of embeds for interaction response #29

Closed DenverCoder1 closed 2 years ago

DenverCoder1 commented 2 years ago

Currently format_page can only return content (str), a single embed, or a dict containing both.

Since interaction response supports embeds, returning a list of embeds should probably be valid.