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 docs2y 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.
Kilian
Kilian2y ago
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Kilian
Kilian2y 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 User2y ago
Message Not Public
Sign In & Join Server To View
chewie 🌈
chewie 🌈2y ago
close the first if before you check the second customId
Kilian
Kilian2y ago
I did: Error [InteractionNotReplied]: The reply to this interaction has not been sent or deferred. How can I get the first interaction?
chewie 🌈
chewie 🌈2y ago
you need to reply in the second if as well or use .update() to edit the message the button is from
Kilian
Kilian2y 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.