We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64cc2a5 commit 4dd43a2Copy full SHA for 4dd43a2
discord_slash/client.py
@@ -27,6 +27,10 @@ class SlashCommand:
27
:param override_type: Whether to override checking type of the client and try register event.
28
:type override_type: bool
29
30
+ .. note::
31
+ If ``sync_on_cog_reload`` is enabled, command syncing will be triggered when :meth:`discord.ext.commands.Bot.reload_extension`
32
+ is triggered.
33
+
34
:ivar _discord: Discord client of this client.
35
:ivar commands: Dictionary of the registered commands via :func:`.slash` decorator.
36
:ivar req: :class:`.http.SlashCommandRequest` of this client.
0 commit comments