DiscordAPIError[40060]: Interaction has already been acknowledged.
I've been trying to solve this problem for quite some time. I am making a ticket system and it is very annoying that this error appears. There are times it comes out and times it doesn't. I don't know what to do.
The code is: https://sourceb.in/45e02bpMvL
Console error:
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!
- ✅
Marked as resolved by OPThe stack trace is off by 2 lines. Did you change smth in the code?
you can use the original interaction (the one that shows the modal) id as a suffix ^^
Thanks!