discordjs-pagination

A pagination package for Discord.js

MIT License

Downloads
201
Stars
6
Committers
2

Bot releases are hidden (Show)

discordjs-pagination - 1.3.6

Published by acegoal07 about 2 years ago

1.3.6

  • Fixes crash with message pagination
  • Adds more info to readme.md
  • Adds error catchers to button input
discordjs-pagination - 1.3.5

Published by acegoal07 about 2 years ago

1.3.5

  • Fixes error when using ephemeral
  • Makes it so you can set the pagination to ephemeral without having to defer first
  • Adds more info to readme.md
discordjs-pagination - 1.3.4

Published by acegoal07 about 2 years ago

1.3.4

  • Combines DisabledButton.js, AutoButton.js and ButtonBuilder.js into ButtonCreator.js
  • Renames SelectMenuBuilder.js to SelectMenuCreator.js and splits it into 2 sub functions
  • Renames ProgressBarBuilder.js to ProgressBarCreator.js
  • Renames PageBuilder.js to PageCreator.js
  • Adds more info to error messages to allow for easier debugging
  • Changes how some checks are done within PagintionBase.js to cut down on unnecessary checks
  • Updates FilterCreator.js and switch within both InteractionPagination.js and MessagePagination.js to new data layout of Buttons which fixes multiple issues with errors that involve custom_id and customId whihc was causing the page buttons to not function as expected
discordjs-pagination - 1.3.3

Published by acegoal07 over 2 years ago

1.3.3

  • Updates readme.md to show new discord.js references
  • Re-enables some checks inside pageinationBase.js which were disabled as a quick fix for issues
  • Fixes pageBuilder.js
discordjs-pagination - 1.3.2

Published by acegoal07 over 2 years ago

1.3.2

  • Fixes interaction pagination giving out an error for customId being undefined
discordjs-pagination - 1.3.1

Published by acegoal07 over 2 years ago

1.3.1

Due to discord.js version 14 just being released some parts are untested on the new version so if you experience any issues report than so they can be fixed

  • Adds support for discord.js version 14.0.2
  • Renames all custom build functions to Builder to fix conflict with new discord.js builder names
  • Updates ButtonDisabler.js to new layout of button data
  • Updates FilterBuilder.js to new button references
  • Updates collector functions within MessagePagination.js and InteractionPagination.js to new button references
  • Updates readme.md
  • Updates package.json discord.js required version to 14.0.2
discordjs-pagination - 1.3.0

Published by acegoal07 over 2 years ago

1.3.0

  • Adds more info to the wrapper
  • Adds missing code for setting url in createPages
  • Makes it so you can choose from colors in createPages color option
  • Makes it so you can choose from styles in createButtons style option
  • Removes install message
  • Adds error catchers to all files to narrow down errors when they occur
discordjs-pagination - 1.2.9

Published by acegoal07 over 2 years ago

1.2.9

  • Switches to using the wrapper as the main way to use the package
  • Adds createPages and createButtons as functions
  • Adds ButtonBuilder.js and PageBuilder.js

1.2.9-a

  • Fixes null error while not using createPages
discordjs-pagination - 1.2.8

Published by acegoal07 over 2 years ago

1.2.8

  • Fixes checks within index.js throwing errors when they aren't supposed to
discordjs-pagination - 1.2.7

Published by acegoal07 over 2 years ago

1.2.7

  • Fixes null disabled emoji buttons with an update to DisabledButtons.js
  • Adds selectMenu option to the pagination
  • Updates FilterBuilder to support select menus
  • Adds new checks to index.js
  • Adds SelectMenuBuilder.js
  • Upates wrapper to add selectMenu setting
  • Updates readme.md and wrapper readme.md to show new settings
discordjs-pagination - 1.2.6

Published by acegoal07 over 2 years ago

1.2.6

  • Fixes autoButton setting being picked up as an error by the pagiantion wrapper
  • Renamed any enabling methods form set to enable
  • Updated wrapper readme.md
  • Fixed an issue with the main pagination throwing a missing buttonList error while using autoButton
  • Renamed autoButtonDel settings to autoDelButton
  • Made it so you can adjust the proBar and proSlider separately using the wrapper
discordjs-pagination - 1.2.5

Published by acegoal07 over 2 years ago

1.2.5

  • Adds autoButton function
  • Adds autoButtonDel function
  • Adds optional wrapper to package
discordjs-pagination - 1.2.4

Published by acegoal07 over 2 years ago

1.2.4

  • Adds missing private response messages to message.js
  • Small change to checks within index.js
  • Changed reference names within message.js and interaction.js
  • Fixed issue where the pagination would send 2 pagination's if 1 embed was provided when privateReply was enabled
discordjs-pagination - 1.2.3

Published by acegoal07 over 2 years ago

1.2.3

  • Fixes issue with authorIndependent only working with 1 button
  • Adds filterBuilder.js to Util
  • Replaces the filter function in interaction.js and message.js with filterBuilder.js
discordjs-pagination - 1.2.2

Published by acegoal07 over 2 years ago

1.2.2

  • Adds authorIndependent setting
  • Updates readme.md to show how to use new changes
discordjs-pagination - 1.2.1

Published by acegoal07 over 2 years ago

1.2.1

  • Adds the options to customise the progressBar if enabled
  • Changes pages reference to pageList
  • Adds privateReply setting to have the embed sent to the user via a DM
  • Cleaned up some of the code
  • Updated the readme.md to display the new changes
  • Adds a deprecation warning about the pages reference
discordjs-pagination - 1.2.0

Published by acegoal07 over 2 years ago

1.2.0

  • Adds a progressBar option to the pagination
  • Adds a progressBarBuilder.js to util folder
  • Updates readme.md
discordjs-pagination - 1.1.9

Published by acegoal07 almost 3 years ago

1.1.9

  • Adds checks for ephemeral enabled for interactions as it causes issues with delete buttons
discordjs-pagination - 1.1.8

Published by acegoal07 almost 3 years ago

1.1.8

  • Adds new replyMessage option
  • Adds new autoDelete option
  • Updates readme.md
  • Updates index.js to support changes done to message.js and interaction.js
discordjs-pagination - 1.1.7

Published by acegoal07 almost 3 years ago

1.1.7

  • Updates index.js to change how it checks whether to use message or interaction
Package Rankings
Top 9.13% on Npmjs.org