Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

What is causing DiscordAPIError[30034] when trying to deploy 6 commands to a Discord bot?

When i added a new /poll command, i started getting this error whenever i tried restarting my discord bot :

> node deploy-commands.js && node stolas_bot.js

Started refreshing 6 application (/) commands.
DiscordAPIError[30034]: Max number of daily application command creates has been reached (200)
    at handleErrors (/home/Eth22/delivery/Discord Bot/stolas_bot_js/node_modules/@discordjs/rest/dist/index.js:640:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async SequentialHandler.runRequest (/home/Eth22/delivery/Discord Bot/stolas_bot_js/node_modules/@discordjs/rest/dist/index.js:1021:23)
    at async SequentialHandler.queueRequest (/home/Eth22/delivery/Discord Bot/stolas_bot_js/node_modules/@discordjs/rest/dist/index.js:862:14)
    at async REST.request (/home/Eth22/delivery/Discord Bot/stolas_bot_js/node_modules/@discordjs/rest/dist/index.js:1387:22)
    at async /home/Eth22/delivery/Discord Bot/stolas_bot_js/deploy-commands.js:36:16 {
  requestBody: {
    files: undefined,
    json: [ [Object], [Object], [Object], [Object], [Object], [Object] ]
  },
  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/v10/applications/[token]/commands'
}

I’ve seen people talking about a 200 command limit, but i am nowhere close to it
So what can i do about it?

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

Error on discords side.
See Github

Should be fixed soon

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading