#Max number of daily application command creates has been reached
16 messages · Page 1 of 1 (latest)
this would be another reason to deploy commands separately from your bot running
you can wait until tomorrow
by not running the deployment code in your ready event
the guide shows how to use the rest client for command deployment
you just can't create any commands, you can develop your bot in other ways however you like
I don't know what that is
ok well I still don't know how it's used
go read their docs
That has nothing to do with any command handler
its just about registering the commands
You wouldn’t even have this problem if you didn’t delete all commands on every boot.
Creating existing commands doesn’t count towards the ratelimit, but when you delete them all then it does of course
If they're duplicating, then it's creating both guild and global commands
Which probably is a bad thing that your command handler package is doing
If you're not sure how it works and it's creating duplicate commands, probably
@fresh linden when you create your command did you set testOnly to true
We will be using WOKCommands throughout this series to handle our commands. In this video we go over the basics of how to create commands using the WOKCommands handler.
🧠 Build a website dashboard, get more users, and monetize your bot:
https://levelupyourbot.com
💎 Download the source code by becoming a Premium Member today:
https://wornoffkey...
Creating Your Bot: Registering commands - Command deployment script