Formatting Discord Response Messages
Is there a way to modify the responses from Discord API wrapped by DiscordJS
If its possible, is there a way to define messages based on error code or URL patterns ?
6 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!
- ✅
Marked as resolved by OPthis exists
not sure what your question exactly is
Yes exactly, but is there a way to intercept them ?
catch your promise rejections properly
well, get that. But I thought there is maybe a central point where they can be intercepted and handled 😄
But that answered my question 😄 tyvm ^^