Skip to content

Max Number of Daily Application Commands Reached #6188

Description

@Oroton

Description

Not sure if this is an API error but it's showing as "DiscordAPIError[30034]:"

Myself and many other developers are running into with a common issue with existing bots and brand new bots on new accounts.

Everyone is being rate limited and cannot deploy new commands.

DiscordAPIError[30034]: Max number of daily application command creates has been reached (200)
    at SequentialHandler.runRequest (C:\Users\lost_\Documents\discord_bot\CaeChron\node_modules\@discordjs\rest\dist\index.js:933:15)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async SequentialHandler.queueRequest (C:\Users\lost_\Documents\discord_bot\CaeChron\node_modules\@discordjs\rest\dist\index.js:712:14)
    at async REST.request (C:\Users\lost_\Documents\discord_bot\CaeChron\node_modules\@discordjs\rest\dist\index.js:1321:22)
    at async C:\Users\lost_\Documents\discord_bot\CaeChron\deploy-commands.js:33:18 {
  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/1113271965109723206/commands',
  requestBody: { files: undefined, json: [ [Object] ] }
}

Steps to Reproduce

create new bot and deploy slash command

Expected Behavior

expected it to deply

Current Behavior

returning error daily application command createes have been reached

Screenshots/Videos

image

Client and System Information

using VS Code running bot in discord.js

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions