#Button Interaction failed even though it did what I intended?

11 messages · Page 1 of 1 (latest)

wintry heathBOT
#
  • 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!
ripe ivy
#

discord.js v14.13.0
node v18.13.0

#

also no errors in console

remote belfry
#

how do you defer it

ripe ivy
remote belfry
#

can you try adding fetchReply: true

ripe ivy
remote belfry
#

i assume its updating reply ?

#

that "updated"

ripe ivy
# remote belfry i assume its updating reply ?

wdym?

im using webhooks to send the message

webhooksData.forEach(async webhook => {
    if (!webhook) {
        return console.error("Failed to create webhook.");
    }
    await webhook.first().send({ content: "hello" });
});

remote belfry
#

i see in your editReply content: "updated" is its writing updated?