DiscordAPIError: Maximum number of application commands reached (100)

1.4k Views Asked by At

I'm currently creating a Discord bot that has 112 commands and I'm receiving this error:

Error code: 30034

Discord's daily command limit

On Discords Developer Portal's Documentation, it states that "There is a global rate limit of 200 application command creates per day, per guild".

So my question is: Is my bot currently limited to creating new commands through a daily limit? Do I just have to simply wait it out?

Or is my bot unable to create anymore slash commands.

I'm attempting to create a Discord bot that will eventually exceed 200+ commands.

1

There are 1 best solutions below

1
Michael Tran On

Discovered that Discord only allows:

  • 100 global CHAT_INPUT commands

  • 5 global USER commands

  • 5 global MESSAGE commands