I'm currently creating a Discord bot that has 112 commands and I'm receiving this error:
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.
Discovered that Discord only allows:
100 global CHAT_INPUT commands
5 global USER commands
5 global MESSAGE commands