#Error Code I can't seem to figure out

1 messages · Page 1 of 1 (latest)

plush arch
DiscordAPIError[10062]: Unknown interaction
    at handleErrors (C:\Users\mattw\OneDrive\Desktop\super\node_modules\@discordjs\rest\dist\index.js:722:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async BurstHandler.runRequest (C:\Users\mattw\OneDrive\Desktop\super\node_modules\@discordjs\rest\dist\index.js:826:23)
    at async _REST.request (C:\Users\mattw\OneDrive\Desktop\super\node_modules\@discordjs\rest\dist\index.js:1266:22)
    at async AutocompleteInteraction.respond (C:\Users\mattw\OneDrive\Desktop\super\node_modules\discord.js\src\structures\AutocompleteInteraction.js:86:5)
    at async clanAutocomplete (C:\Users\mattw\OneDrive\Desktop\super\src\framework\functions\functions.js:376:5)
    at async Object.autocomplete (C:\Users\mattw\OneDrive\Desktop\super\src\modules\clans\slashCommands\clans.js:244:21)
    at async module.exports (C:\Users\mattw\OneDrive\Desktop\super\src\framework\events\interactionCreate.js:31:13) {
  requestBody: { files: undefined, json: { type: 8, data: [Object] } },
  rawError: { message: 'Unknown interaction', code: 10062 },
  code: 10062,
  status: 404,
  method: 'POST',
  url: 'https://discord.com/api/v10/interactions/1202823522397978674/aW50ZXJhY3Rpb246MTIwMjgyMzUyMjM5Nzk3ODY3NDo0eWd6dlAwQ1hqbEEwWDF2S2R2Rk5zREtxMmVTRmZQbVN5Rkk2Y0t6SFRmMWhhNDhhS2NwbjRmM3JWQmt3SFFjMkM3bVpwMmlZNUVGTENUb0s5TWVxVVQyUGdXVURDUGRSWkZubnRsODc5MVpsclRITHh6YWJtdk80Z2R4ZENZSA/callback'
}

I'll include the code for the two paths that's being called. Please point out what I've done wrong?