ygimenez / Pagination-Utils

A collection of methods to make message pagination with JDA easier.
GNU Lesser General Public License v2.1
27 stars 7 forks source link

Labels instead of emojis #50

Closed Cabbasca closed 9 months ago

Cabbasca commented 10 months ago

Is your feature request related to a problem? Please describe. I want to be able to not use emojis and just use text when using buttons for pagination

Describe the solution you'd like Adding the ability to use labels too

Describe alternatives you've considered I have tried to put the labels as emojis and that didn't really work

Additional context

ygimenez commented 10 months ago

I'll see whether it's possible to implement

ygimenez commented 9 months ago

Sadly, after analyzing the current state of the library, it relies a lot on emotes (partly due to reaction support) so adding support for emoteless buttons would require extensive changes on how events are processed.

This might become possible in a future major release, but for the meantime, this cannot be added.