#Can't fetch interaction.reply

18 messages · Page 1 of 1 (latest)

shell flower
daring kindleBOT
#
  • What's your exact discord.js npm list discord.js and node node -v version?
  • Not a discord.js issue? Check out #1081585952654360687.
  • 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 OP
keen forum
#

an interaction webhook will expire after 15 minutes

#

and also

#

your fetchreply in your button there will probably produce that

#

since you havent replied to the interaction

shell flower
keen forum
#

then use <Interaction>.update

#

assuming the interaction happened on the message you want to update

shell flower
#

but i want be able to get the embed

#

and edit it

keen forum
#

then use <Interaction>.update

#

that will update the message

#

including the embeds attached to it

shell flower
#

so how do i modify the embed instead of replacing it with a new one

#

bc i know that with interaction.update you replace something

keen forum
#

<Interaction>.message.embeds returns an array of embeds attached to the message

shell flower
#

ty very much