jowsey / discord.js-menu

💬 Create Discord.js embed-menus, with customizable reactions and unlimited pages.
https://npm.im/discord.js-menu
MIT License
120 stars 19 forks source link

Seem to be getting an error when it DM's you #1

Closed AKASGaming closed 4 years ago

AKASGaming commented 4 years ago

(node:5264) UnhandledPromiseRejectionWarning: DiscordAPIError: Unknown Message at RequestHandler.execute (C:\Users\Kyle\Desktop\Bot\node_modules\discord.js\src\rest\RequestHandler.js:170:25) at processTicksAndRejections (internal/process/task_queues.js:88:5) (node:5264) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)

https://pastebin.com/zfKkN3Te

jowsey commented 4 years ago

Answered on Discord. Didn't seem to be related to my library, "Unknown Message" probably means somewhere along the line your bot messed up and didn't send the menu as intended. Will try to update the library soon with better error messages for making things like this easier.