Issues with interaction.editReply()

Hey I got issues while I try to .editReply(). There is no error, but either no response.
10 Replies
d.js docs
d.js docs4y ago
• 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.
k99
k99OP4y ago
Unknown User
Unknown User4y ago
Message Not Public
Sign In & Join Server To View
k99
k99OP4y ago
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
Unknown User4y ago
Message Not Public
Sign In & Join Server To View
chewie
chewie4y ago
close the first if before you check the second customId
k99
k99OP4y ago
I did: Error [InteractionNotReplied]: The reply to this interaction has not been sent or deferred. How can I get the first interaction?
chewie
chewie4y ago
you need to reply in the second if as well or use .update() to edit the message the button is from
k99
k99OP4y ago
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.

Did you find this page helpful?