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

Custom Buttons #3

Closed PhantomKnight287 closed 1 year ago

PhantomKnight287 commented 1 year ago

Support to add custom buttons with custom handler associated with it. For example: a custom button labeled Buy in embeds of Store command so that user can buy the item

devRael1 commented 1 year ago

I'm not sure I don't understand. You want a custom handler for each buttons in the pagination system ?

PhantomKnight287 commented 1 year ago

not each button but some custom buttons

devRael1 commented 1 year ago

So, you want to put your own buttons with your custom handler for these buttons ?

PhantomKnight287 commented 1 year ago

yes

devRael1 commented 1 year ago

No its not possible, you need to personally code this.