Max number of daily application command creates has been reached (200)

Hello, I have 12 slash commands on my bot, and I suddenly got an error: Max number of daily application command creates has been reached (200). I have never gotten this error. Can anyone fix this?
2 Replies
d.js docs
d.js docs2y ago
• What's your exact discord.js npm list discord.js and node node -v version? • Post the full error stack trace, not just the top part! • Show your code! • Explain what exactly your issue is. • Not a discord.js issue? Check out #useful-servers.
Pooyan
Pooyan2y ago
• discord.js v13.8.0 , node.js v16 •
DiscordAPIError[30034]: Max number of daily application command creates has been reached (200)
at SequentialHandler.runRequest (C:\Users\Pooyan\Desktop\PDM Bot\node_modules\@discordjs\rest\dist\index.js:708:15)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async SequentialHandler.queueRequest (C:\Users\Pooyan\Desktop\PDM Bot\node_modules\@discordjs\rest\dist\index.js:511:14)
at async C:\Users\Pooyan\Desktop\PDM Bot\functions\handleCommands.js:24:21 {
rawError: {
message: 'Max number of daily application command creates has been reached (200)',
code: 30034
},
code: 30034,
status: 400,
method: 'put',
url: 'https://discord.com/api/v9/applications/966666309909770260/commands',
requestBody: {
files: undefined,
json: [
[Object], [Object],
[Object], [Object],
[Object], [Object],
[Object], [Object],
[Object], [Object],
[Object], [Object],
[Object]
]
}
}
DiscordAPIError[30034]: Max number of daily application command creates has been reached (200)
at SequentialHandler.runRequest (C:\Users\Pooyan\Desktop\PDM Bot\node_modules\@discordjs\rest\dist\index.js:708:15)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async SequentialHandler.queueRequest (C:\Users\Pooyan\Desktop\PDM Bot\node_modules\@discordjs\rest\dist\index.js:511:14)
at async C:\Users\Pooyan\Desktop\PDM Bot\functions\handleCommands.js:24:21 {
rawError: {
message: 'Max number of daily application command creates has been reached (200)',
code: 30034
},
code: 30034,
status: 400,
method: 'put',
url: 'https://discord.com/api/v9/applications/966666309909770260/commands',
requestBody: {
files: undefined,
json: [
[Object], [Object],
[Object], [Object],
[Object], [Object],
[Object], [Object],
[Object], [Object],
[Object], [Object],
[Object]
]
}
}