I am getting the following error on startup. Could you tell me what I might be doing wrong?
DiscordAPIError[0]: 404: Not Found
at SequentialHandler.runRequest (/home/container/node_modules/@discordjs/rest/dist/index.js:708:15)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async SequentialHandler.queueRequest (/home/container/node_modules/@discordjs/rest/dist/index.js:511:14)
at async /home/container/slash-register.js:24:21 {
rawError: { message: '404: Not Found', code: 0 },
code: 0,
status: 404,
method: 'put',
url: 'https://discord.com/api/v9/applications//guilds/235557875576078336/commands',
requestBody: { files: undefined, json: [ [Object], [Object], [Object] ] }