We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using the help command the following error is displayed:
DiscordAPIError[10062]: Unknown interaction at handleErrors (C:\AMPDatastore\Instances\RustMultiBot01\node-server\app\node_modules@discordjs\rest\dist\index.js:727:13) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async BurstHandler.runRequest (C:\AMPDatastore\Instances\RustMultiBot01\node-server\app\node_modules@discordjs\rest\dist\index.js:831:23) at async _REST.request (C:\AMPDatastore\Instances\RustMultiBot01\node-server\app\node_modules@discordjs\rest\dist\index.js:1272:22) at async ChatInputCommandInteraction.reply (C:\AMPDatastore\Instances\RustMultiBot01\node-server\app\node_modules\discord.js\src\structures\interfaces\InteractionResponses.js:115:5) at async Object.run (C:\AMPDatastore\Instances\RustMultiBot01\node-server\app\src\interactions\Command\help.js:135:27) { requestBody: { files: [], json: { type: 4, data: [Object] } }, rawError: { message: 'Unknown interaction', code: 10062 }, code: 10062, status: 404, method: 'POST', url: 'https://discord.com/api/v10/interactions/discord address here..../callback' }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using the help command the following error is displayed:
DiscordAPIError[10062]: Unknown interaction
at handleErrors (C:\AMPDatastore\Instances\RustMultiBot01\node-server\app\node_modules@discordjs\rest\dist\index.js:727:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async BurstHandler.runRequest (C:\AMPDatastore\Instances\RustMultiBot01\node-server\app\node_modules@discordjs\rest\dist\index.js:831:23)
at async _REST.request (C:\AMPDatastore\Instances\RustMultiBot01\node-server\app\node_modules@discordjs\rest\dist\index.js:1272:22)
at async ChatInputCommandInteraction.reply (C:\AMPDatastore\Instances\RustMultiBot01\node-server\app\node_modules\discord.js\src\structures\interfaces\InteractionResponses.js:115:5)
at async Object.run (C:\AMPDatastore\Instances\RustMultiBot01\node-server\app\src\interactions\Command\help.js:135:27) {
requestBody: { files: [], json: { type: 4, data: [Object] } },
rawError: { message: 'Unknown interaction', code: 10062 },
code: 10062,
status: 404,
method: 'POST',
url: 'https://discord.com/api/v10/interactions/discord address here..../callback'
}
The text was updated successfully, but these errors were encountered: