Log error
I`m trying to log new ticket creation by using this code
13 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 OPAnd i`m getting this error
where's your error handling so we can see what's going on there?
What else do you need?
your error handlingcatch statement, etc
at the end there is catch (error) {
is it what you needed?
what is the
logAction
functionI`m a dumbass, I fixed it. I forgot to add row = null in logAction
Was like this:
Now:
and it works
Ty tho