The reply to this interaction has already been sent or deferred.
help i got this error while try to update button. I want when press detail, all 6 button change to something else

message.txt9.53KB
/root/discord_bot/node_modules/discord.js/src/structures/interfaces/InteractionResponses.js:225
if (this.deferred || this.replied) throw new DiscordjsError(ErrorCodes.InteractionAlreadyReplied);
^
Error [InteractionAlreadyReplied]: The reply to this interaction has already been sent or deferred.
at ButtonInteraction.update (/root/discord_bot/node_modules/discord.js/src/structures/interfaces/InteractionResponses.js:225:46)
at InteractionCollector.<anonymous> (/root/discord_bot/commands/inventory.js:213:25)
at processTicksAndRejections (node:internal/process/task_queues:96:5) {
code: 'InteractionAlreadyReplied'
}npm list discord.js and node node -v version?✅ Marked as resolved by OPdeferUpdate, you'll want to use editReply to actually update the button's messageupdate and deferUpdate both can only be used as the initial response to an interactionnpm list discord.jsnode -v✅deferUpdatedeferUpdateeditReplyupdate