Interaction has already been awknoledged
Everything works just fine , but i get this error when i use it for the second time , but everything works
5 Replies
• What's your exact discord.js
npm list discord.js
and node node -v
version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.Code:
.showModal()
counts as a reply, you can't reply or defer the interaction and then do showModal()
Documentation suggestion for @ashurabln: InteractionResponses#followUp()
Send a follow-up message to this interaction.
thank you