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

Delete button #4

Closed tiudvek closed 1 year ago

tiudvek commented 1 year ago

Can there please be a button for deleting the message or disabling the buttons manually? It would be a lifesaver.

devRael1 commented 1 year ago

There is no button that can do this. However, I can update the apckage to add this option.

Describe to me exactly what the button should do.

tiudvek commented 1 year ago

Either delete the message with the buttons when clicked, or atleast disable the buttons when clicked

devRael1 commented 1 year ago

Both options are possible. So you have to give the choice of either deleting the complet message or just disabling the buttons in the paging system ?

tiudvek commented 1 year ago

I guess yes.

devRael1 commented 1 year ago

Okay, I'll see what I can do to update the package

tiudvek commented 1 year ago

Ok, thank you.

tiudvek commented 1 year ago

Um theres no delete button in the new update I have checked the code and found nothing...

devRael1 commented 1 year ago

Yes, I said I would do it but not all at once. I just did a small package updates. The button system will be a big one so I'll do that in due course.