Skip to content

Commit c1bcc0c

Browse files
committed
Updated docs
1 parent 34cbcb0 commit c1bcc0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord_slash/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class SlashCommand:
1414
1515
:param client: discord.py Client or Bot instance.
1616
:type client: Union[discord.Client, discord.ext.commands.Bot]
17-
:param auto_register: Whether to register commands automatically. Default `False`. Currently not implemented.
17+
:param auto_register: Whether to register commands automatically. Default `False`.
1818
:type auto_register: bool
1919
:param override_type: Whether to override checking type of the client and try register event.
2020
:type override_type: bool

0 commit comments

Comments
 (0)