#Max number of daily application command creates has been reached

16 messages · Page 1 of 1 (latest)

surreal coral
#

there's a limit of 200 command creates per day per guild

#

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

humble waspBOT
#

guide Creating Your Bot: Registering commands - Command deployment script
read more

surreal coral
#

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

obtuse steppe
#

That has nothing to do with any command handler
its just about registering the commands

midnight pivot
#

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

vast pendant
#

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

deft geyser
#

@fresh linden when you create your command did you set testOnly to true