Monkonymous
DIAdiscord.js - Imagine an app
•Created by Monkonymous on 2/17/2024 in #djs-questions
No command handler found
Thank you, this has resolved the issue!
6 replies
DIAdiscord.js - Imagine an app
•Created by Monkonymous on 2/17/2024 in #djs-questions
No command handler found
That could very well be possible. Thank you, I'll check that!
6 replies
DIAdiscord.js - Imagine an app
•Created by Monkonymous on 2/17/2024 in #djs-questions
No command handler found
It does reply but with the message "No command handler found, still WIP" for everything. It never responds properly.
6 replies
DIAdiscord.js - Imagine an app
•Created by Monkonymous on 2/17/2024 in #djs-questions
No command handler found
Rest of the error:
DiscordAPIError[40060]: Interaction has already been acknowledged.
at handleErrors (/app/bot/node_modules/@discordjs/rest/dist/index.js:722:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async BurstHandler.runRequest (/app/bot/node_modules/@discordjs/rest/dist/index.js:826:23)
at async _REST.request (/app/bot/node_modules/@discordjs/rest/dist/index.js:1266:22)
at async ChatInputCommandInteraction.reply (/app/bot/node_modules/discord.js/src/structures/interfaces/InteractionResponses.js:111:5)
at async Object.execute (/app/bot/events/interactionCreate.js:22:5)
Emitted 'error' event on Client instance at:
at emitUnhandledRejectionOrErr (node:events:402:10)
at process.processTicksAndRejections (node:internal/process/task_queues:84:21) {
requestBody: {
files: [],
json: {
type: 4,
data: {
content: 'There was an error while executing this command!',
tts: false,
nonce: undefined,
embeds: undefined,
components: undefined,
username: undefined,
avatar_url: undefined,
allowed_mentions: undefined,
flags: 64,
message_reference: undefined,
attachments: undefined,
sticker_ids: undefined,
thread_name: undefined
}
}
},
rawError: {
message: 'Interaction has already been acknowledged.',
code: 40060
},
code: 40060,
status: 400,
method: 'POST',
url: 'https://discord.com.....'
}
6 replies