I was wondering how you guys declare your slash commands.
First i was clearing all SlashCommands for my Application everytime i start the bot, and declare every Command once more. I thought that might be the best practice. In this way i made sure the api matched my implementation of that command.
**But everything changed when the api attacked **
Yeah i noticed theres a limit of 200 declarations a day.
So i stopped doing this and implemented a "slash command declaration" mode. Only if active it will purge all old definitions and update them.
I probably could fetch the definition for each command and check if they have changed and update them if so. But i was wondern whats the best practice?
Interactions: Registering slash commands