Reply interaction after editing voice channel perms
There is a button inside a voice channel's text channel. I need to reply to the interaction after editing the channel's permissions, but it says it has already been acknowledge. But then I try doing a followUp, and it says it hasn't been replied. but I am able to reply to the interaction before I edit the channel's perms. Buttons names are unique, as they contain the channel's id in them too.
Interaction has already been acknowledged:
The reply to this interaction has not been sent or deferred:
2 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 OPNothing, no reply is sent, so interaction error
Yeahh, I went around the code adding some defers, and changing few things, and now works, but I dont know what I did wrong. Really sorry for not being able to say what the exact issue was...