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