- What's your exact discord.js
npm list discord.jsand nodenode -vversion? - Not a discord.js issue? Check out #1081585952654360687.
- 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!
#Interaction has already been acknowledged
7 messages · Page 1 of 1 (latest)
Accidentally deleted my message
This is the error
This is the file of the command
that produces the error
This is my interactionCreate file
DiscordAPIError: Interaction has already been acknowledged[InteractionAlreadyReplied]: The reply to this interaction has already been sent or deferred.
You have already replied to the interaction.
- Use
<Interaction>.followUp()to send a new message - If you deferred reply it's better to use
<Interaction>.editReply() - Responding to slash commands / message components