muse icon indicating copy to clipboard operation
muse copied to clipboard

Problem - Favorites

Open virtualized-human opened this issue 2 years ago • 9 comments

What if there are to many favourites to list with /favorites list? As i see there is no page system for that one. So if it would be to many the bot CANT list it

virtualized-human avatar Mar 26 '22 08:03 virtualized-human

grafik no page argument like in /queue grafik

virtualized-human avatar Mar 26 '22 08:03 virtualized-human

Can't see a limit of favorites in the building process of the Embed. So, I think it will just post all favorites in one Message Embed and because of that there is no need of a page Split.

Zagrthos avatar Mar 26 '22 12:03 Zagrthos

discord has a charter limit of 2000 charters???

virtualized-human avatar Mar 26 '22 13:03 virtualized-human

and why there is on queue a page system if there is no charter limit?

virtualized-human avatar Mar 26 '22 13:03 virtualized-human

You could also try if there is a limit and let us know then, would be way easier than speculating. :)

Zagrthos avatar Mar 26 '22 15:03 Zagrthos

here the proof :)

image

virtualized-human avatar Mar 27 '22 09:03 virtualized-human

limited to 4096 charters. so a page system would be a fix as it is in /queue

virtualized-human avatar Mar 27 '22 09:03 virtualized-human

Happy to accept a PR to fix this. I think we might be able to get around the limit by making multiple embeds instead of having to create a page system.

codetheweb avatar Mar 27 '22 15:03 codetheweb

Yes and no, if you have multiple embeds the number gets boosted to 6000 characters (4096 max for each embed, 2000 for normal text). However past that you are forced to paginate. Possibly with buttons or another method.

Codixer avatar Aug 29 '22 16:08 Codixer