The reply to this interaction has not been sent or deferred. / Interaction has already been acknowle
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!To share long code snippets, use a service like gist, sourcebin, starbin, or similar instead of posting them as large code blocks or files.
-
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 componentsSourceBin
My Code
i do this but the same error
reply then editReply
If you are waiting for button or select menu input from a specific message, don't create the collector on the channel.
- Channel collectors return component interactions for any component within that channel.
Unfortunately, I made a mistake, but I do not have time to fix it, can I fix the error that only appears to me?
i need this code to my server and i will open it today
he works one time and the second get me error