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
:param sync_commands: Whether to sync commands automatically. Default `False`.
31
31
:type sync_commands: bool
32
+
:param debug_guild: Guild ID of guild to use for testing commands. Prevents setting global commands in favor of guild commands, which update instantly
33
+
:type debug_guild: int
32
34
: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``. Default `False`.
33
35
:type delete_from_unused_guilds: bool
34
36
:param sync_on_cog_reload: Whether to sync commands on cog reload. Default `False`.
0 commit comments