10 Replies
im gonna send video
wait
first i ran custom-vc-list and then custom-role-list
they kinda work the same but different command file etc
and buttons disappeared
this is how I use it
even when first comman is executed
also happens when deferred without ephemeral
i also tried
interaction.resource.message
not even that is working
i just debugged and handleEnd
method is called with reason "user"1 user can only have 1 active paginated message embed. As to why the buttons dont show on the second one, im guessing that's a timing issue possibly related to the same reason that resolving your commands takes a really long time
how can i make it more than one
completely reinvent the class pretty much. It relies on the uniqueness of the userid to find the right embed to edit.
Is there anything on github like example of LazyPaginatedMessage
I can’t understand how it works there’s no guide
It won't solve this problem but it works the exact same as the normal one except that instead of prerendering all pages in the cache it renders only the one before, current, and one after current page
I.e. if I start on page 1 then only page 2 gets prerendered.
If I start on page 2 then page 1 and 3 get prerendered
If I then go to page 3, page 4 gets prerendered, but not page 5