Closed i6h closed 1 year ago
Describe the bug enableAuthorIndependent not work when i type the command the button dont work
Error message no Error
no Error
Sample of the code where it is used
await interaction.deferReply() new Pagination().setPortal(interaction) .setPageList(embeds) .setButtonList([ new ButtonBuilder() .setEmoji(`◀`) .setStyle("Secondary") .setCustomId(`1`), new ButtonBuilder() .setEmoji(`▶`) .setStyle("Secondary") .setCustomId(`2`) ]) .enableAuthorIndependent() .setTimeout(15000) .paginate()
Additional info
1.5.2
enableAuthorIndependent
Fixed in version 1.5.3
Describe the bug enableAuthorIndependent not work when i type the command the button dont work
Error message
no Error
Sample of the code where it is used
Additional info
1.5.2
enableAuthorIndependent