Discord.Addons.Interactive icon indicating copy to clipboard operation
Discord.Addons.Interactive copied to clipboard

PagedReplyAsync, Allowing sending embeds.

Open OoLunar opened this issue 4 years ago • 2 comments

From my current understanding, PagedReplyAsync will take any object passed to it, and send it's ToString() form. I attempted to get support from the DAPI server, only to be met with this solution: image I originally attempted to send a List<Embed>, which paginated the embed's title instead of sending an actual embed. Secondly I tried sending a List<EmbedBuilder>, which obviously just sent the string EmbedBuilder. image I don't see any reason why we can't send paged embeds. Thoughts?

OoLunar avatar Aug 20 '20 18:08 OoLunar

Well the "page" is an embed itself, you would have to make a custom implementation of PagedReply I think, so it combines the default page and the embed you want.

ndelta0 avatar Oct 26 '20 09:10 ndelta0

I made a fork a bit ago that adds this, https://github.com/MrKev312/Discord.Addons.Interactive Does this work for you?

MrKev312 avatar Feb 19 '21 16:02 MrKev312