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'
}