unknown interaction
Node version: v20.19.5
Discord.js version: discord.js@14.23.2
OS: Ubuntu
So, when I try to run any bot, it throws the following error:
[continues]
Discord.js version: discord.js@14.23.2
OS: Ubuntu
So, when I try to run any bot, it throws the following error:
❯ node src/index.js
Logged in as questos#5656!
node:events:497
throw er; // Unhandled 'error' event
^
DiscordAPIError[10062]: Unknown interaction
at handleErrors (/home/renegildo/code/discord/example/node_modules/@discordjs/rest/dist/index.js:762:13)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async BurstHandler.runRequest (/home/renegildo/code/discord/example/node_modules/@discordjs/rest/dist/index.js:866:23)
at async _REST.request (/home/renegildo/code/discord/example/node_modules/@discordjs/rest/dist/index.js:1307:22)
at async ChatInputCommandInteraction.reply (/home/renegildo/code/discord/example/node_modules/discord.js/src/structures/interfaces/InteractionResponses.js:193:22)
at async Client.<anonymous> (file:///home/renegildo/code/discord/example/src/index.js:13:5)
Emitted 'error' event on Client instance at:
at emitUnhandledRejectionOrErr (node:events:402:10)
at process.processTicksAndRejections ❯ node src/index.js
Logged in as questos#5656!
node:events:497
throw er; // Unhandled 'error' event
^
DiscordAPIError[10062]: Unknown interaction
at handleErrors (/home/renegildo/code/discord/example/node_modules/@discordjs/rest/dist/index.js:762:13)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async BurstHandler.runRequest (/home/renegildo/code/discord/example/node_modules/@discordjs/rest/dist/index.js:866:23)
at async _REST.request (/home/renegildo/code/discord/example/node_modules/@discordjs/rest/dist/index.js:1307:22)
at async ChatInputCommandInteraction.reply (/home/renegildo/code/discord/example/node_modules/discord.js/src/structures/interfaces/InteractionResponses.js:193:22)
at async Client.<anonymous> (file:///home/renegildo/code/discord/example/src/index.js:13:5)
Emitted 'error' event on Client instance at:
at emitUnhandledRejectionOrErr (node:events:402:10)
at process.processTicksAndRejections [continues]
