Interaction error: DiscordAPIError[0]: 404: Not Found
    at handleErrors (/app/node_modules/@discordjs/rest/src/lib/handlers/Shared.ts:148:10)
    at processTicksAndRejections (node:internal/process/task_queues:103:5)
    at async SequentialHandler.runRequest (/app/node_modules/@discordjs/rest/src/lib/handlers/SequentialHandler.ts:417:20)
    at async SequentialHandler.queueRequest (/app/node_modules/@discordjs/rest/src/lib/handlers/SequentialHandler.ts:169:11)
    at async _REST.request (/app/node_modules/@discordjs/rest/src/lib/REST.ts:210:20)
    at async ChannelManager.fetch (/app/node_modules/discord.js/src/managers/ChannelManager.js:130:18)
    at async handleStart (/app/src/subcommands/poll/start.ts:23:21)
    at async Client.handleInteraction (/app/src/handlers/interactions.ts:15:45) {
  requestBody: { files: undefined, json: undefined },
  rawError: { message: '404: Not Found', code: 0 },
  code: 0,
  status: 404,
  method: 'GET',
  url: 'https://discord.com/api/v10/channels/'
}
(node:77) Warning: Supplying "ephemeral" for interaction response options is deprecated. Utilize flags instead.
(Use `node --trace-warnings ...` to show where the warning was created)