I got an error that I dont understand

This is my codes: index.js https://sourceb.in/LrDkNyzADH
commands\contest.js https://sourceb.in/BO3kmjr7MH
And the error I got: D:\dcbot321312\node_modules\discord.js\src\structures\interfaces\InteractionResponses.js:105
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.reply (D:\dcbot321312\node_modules\discord.js\src\structures\interfaces\InteractionResponses.js:105:46)
at InteractionCollector.<anonymous> (D:\dcbot321312\commands\contest.js:82:11)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5) {
code: 'InteractionAlreadyReplied'
}

Node.js v22.8.0
Was this page helpful?