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 34cbcb0 commit c1bcc0cCopy full SHA for c1bcc0c
discord_slash/client.py
@@ -14,7 +14,7 @@ class SlashCommand:
14
15
:param client: discord.py Client or Bot instance.
16
:type client: Union[discord.Client, discord.ext.commands.Bot]
17
- :param auto_register: Whether to register commands automatically. Default `False`. Currently not implemented.
+ :param auto_register: Whether to register commands automatically. Default `False`.
18
:type auto_register: bool
19
:param override_type: Whether to override checking type of the client and try register event.
20
:type override_type: bool
0 commit comments