Interaction has already been acknowledged - yet I am not acknowledging it ?
I have had a look through my code and I will append it below, however, I do not see where the issue is appearing as it is stating that the command is already replied to. However, the only reply is the "Error Cannot Execute".
Node Version: v16.10.0
Djs Version: v14.11.0
9 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.Once Show Code
typing it out now
Means Interaction Is Defined Multi Times
I get this error:
The output I am getting doesn't seem to match with my error.
If the interaction has already been acknowledged? The only thing that could have done it is the catch function of the command handler, no?
?
the fact your error embed sends means that it what is replying to the interaction
try removing your error .reply method a'd see if that fixes it
i seem to have resolved it now, changed my logic a little. thanks @wolvinny