discord.js-pagination
discord.js-pagination copied to clipboard
UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send an empty message
I am getting this issue when trying to change pages, I have sent the pages individually using message.send() and they have all worked, however as soon as trying to do it as a pagination it says the error. I will attach screenshots anyways.
This definitely seemed to be an issue as you weren't the only one encountering it, a fix for it can be found here.
However, I'd recommend using my version of this package via npm install @psibean/discord.js-pagination
and updating to discord.js v13. Be sure to read the updated readme if you go with mine.