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

Collector Error on v1.8.4 #2

Closed adriholman closed 2 years ago

adriholman commented 2 years ago

I was testing this package to replace the current one in my bot, but I was having problems with the "end" event of the collector, checking the code a bit and reading around, I think the code for the interaction is wrong.

how is it now: image

How it should be: image

I see that the v2.6.0 has the correct code, but I'm using discord js v13.

devRael1 commented 2 years ago

Hello,

Yes I fixed the bug on the version for discord.js v14 but not for version 13. I forgot to do it.

I will patch this today

devRael1 commented 2 years ago

Done with 1.8.6 version ;)

You can install it now

adriholman commented 2 years ago

Thank u so much!!!