devRael1 / discordjs-pagination

A pagination system for Discord.js v14
https://www.npmjs.com/package/@devraelfreeze/discordjs-pagination
MIT License
11 stars 10 forks source link

Disable buttons instead of removing them #1

Closed ghost closed 2 years ago

ghost commented 2 years ago

This PR disables the pagination buttons instead of removing them upon timeout.

devRael1 commented 2 years ago

Hey,

Your update is interesting. I think it can be improved by making it so that you have the choice to remove or just disable the buttons.

What do you think about it ?

ghost commented 2 years ago

I had some time to work on this today, so I added a disableButtons option, which will disable the buttons when set to true and remove them when set to false.

devRael1 commented 2 years ago

Don't worry, I've already done the update