Hey! I wanted some clarification and advice for dealing with the rates for slash commands when updating them. I wanted to update the options on a particular slash command quite frequently without exceeding the limits. If I were to push them via the method below, would the slash command data already exists (may have updated option count as a new ) add onto any limits.
await rest.put(Routes.applicationGuildCommands("N/A","N/A"),{ body: SLASH_COMMANDS },)
If this is the case then is there any methods to experiment with slash commands more effectively and frequently like a mock slash command framework. Thank you