Skip to content

Releases: gazmull/discord-paginationembed

0.2.2-v11

27 May 18:14
07613fe
Compare
Choose a tag to compare

Added

  • Discord.JS stable compatibility (*-v11)

Fixed

  • Buttons still showing up even if the total pages are 1~2

0.2.2

27 May 18:13
0e5e39d
Compare
Choose a tag to compare

Added

  • Discord.JS stable compatibility (*-v11)

Fixed

  • Buttons still showing up even if the total pages are 1~2

0.2.1: Merge pull request #1 from gazmull/static-buttons

28 Mar 17:30
8385572
Compare
Choose a tag to compare

Fixed

  • Buttons being 'reacted' after navigation prompt (borderline API spam)

Discord.JS - Pagination Embed

09 Mar 10:58
Compare
Choose a tag to compare

Changed

  • authorisedUser / setAuthorisedUser ➡️ authorizedUser / setAuthorizedUser
  • First parameter on all methods are now required
  • Every method that returns the current instance of FieldsEmbed / Embeds class is now renamed to PaginationEmbed to avoid inconsistency
  • Typedef tweak for currentEmbed and elementList
  • Tweaked examples for consistency
  • Discord.JS is now under peerDependencies instead of dependencies