Zuletzt aktiv 1 month ago

nuno hat die Gist bearbeitet 1 month ago. Zu Änderung gehen

1 file changed, 18 insertions

gistfile1.txt(Datei erstellt)

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