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

Depraction of PageType.EMBED #28

Closed TheHolyFire closed 3 years ago

TheHolyFire commented 3 years ago

Hey since PageType.EMBED is being deprecated i wanted to check what new method i should use since i didnt really understand the info in the givin Class

ygimenez commented 3 years ago

The newer method uses instanceof for checking what type of page it is, you don't need to supply any type anymore just the Message/MessageEmbed object.

TheHolyFire commented 3 years ago

Works like a charm