node:internal/process/promises:288 triggerUncaughtException(err, true /* fromPromise */)
Hey! i have an :
This is my code, if u can help me !
4 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!sounds like
collector.next
is rejecting
given that you await the next message for every message, this is guaranteed to happen for the last collected messagewhat i have to do ?
catch the error, or maybe refactor so that setup begins immediately rather than having a seemingly unnecessary start message