You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make a GET request for each scope and compare it against the commands registered
If there is a difference update them
Added fields to CommandData to represent fields returned by discord
Matches commands registered on Discord to commands registered here.
297
297
Deletes any commands on Discord but not here, and registers any not on Discord.
298
298
This is done with a `put` request.
299
+
A PUT request will only be made if there are changes detected.
299
300
If ``sync_commands`` is ``True``, then this will be automatically called.
300
301
301
302
:param delete_from_unused_guilds: If the bot should make a request to set no commands for guilds that haven't got any commands registered in :class:``SlashCommand``
0 commit comments