#MessageUpdate event triggered on interaction reply
18 messages · Page 1 of 1 (latest)
• 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.
u mean ur editing the deferred interaction?
well ur still technically editing a message
since it’s a webhook
so it’s gonna trigger regardless
is there any check to see if the original message is a defer
why don’t u want it to trigger
i am trying to log message edits, so when ever my bot send a interaction editReply to a defered interaction, it triggerers the logging function
deferred interactions have the Loading flag i believe
message.flags
np