Issues with interaction.editReply()
Hey I got issues while I try to
.editReply()
. There is no error, but either no response.10 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.
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
I never did work with this. Its my first time so I tried. I just want to edit an reply if the interaction 'info1' got triggerd.
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
close the first if before you check the second customId
I did: Error [InteractionNotReplied]: The reply to this interaction has not been sent or deferred.
How can I get the first interaction?
you need to reply in the second if as well or use .update() to edit the message the button is from
Okay sounds makeble, I would like to try this without the collector.
Can you say like how should I type? Im an beginner yet :c Or explain it really simple for me.