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