discord.js-pagination icon indicating copy to clipboard operation
discord.js-pagination copied to clipboard

UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send an empty message

Open 18TB opened this issue 3 years ago • 1 comments

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.

Code Image

Individual Image

18TB avatar Jul 26 '21 21:07 18TB

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.

psibean avatar Aug 08 '21 08:08 psibean