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

Add extra paginate method for skips and fast-forwards (Without Predicate<User> Parameter) #26

Closed sgoudham closed 3 years ago

sgoudham commented 3 years ago

Functionality Added

This will allow users to have paginated Messages/MessageEmbeds that have the ability to skip and fast-forward without providing a Predicate parameter. I made sure to adhere to the current styling of the code and did not implement any methods to reduce duplication across the codebase

ygimenez commented 3 years ago

If you have any ideas on how to reduce boilerplate code I'd really appreciate it, since I'm rewriting the library for the new Discord buttons (will keep the old reaction buttons).

sgoudham commented 3 years ago

Im quite busy with work and university but I'll have a shot at deduplicating the code over the next few weeks?

ygimenez commented 3 years ago

Sure, no need to worry 😉