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

No printed stack traces #17

Closed Nick-kel closed 3 years ago

Nick-kel commented 3 years ago

Checklist

Library info

Describe the bug If there's an error in the consumer (if you create a button, I only tested it with a button but the bug may occurs also if you paginate reactions) the stack trace won't be printed

ygimenez commented 3 years ago

Changed BiConsumers to ThrowingBiConsumers in version 2.1.3, this should make exceptions be printed in the logger when they occur inside them.