Skip to content

Commit 543b6c3

Browse files
committed
Updated docs
1 parent 478f01c commit 543b6c3

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
@@ -37,7 +37,7 @@ def slash(self, name=None, auto_convert: dict = None):
3737
All args are passed in order.
3838
3939
.. note::
40-
Role, User, and Channel types are passed as id, since API doesn't give type of the option for now.
40+
Role, User, and Channel types are passed as id if you don't set ``auto_convert``, since API doesn't give type of the option for now.
4141
4242
.. warning::
4343
Unlike discord.py's command, ``*args``, keyword-only args, converters, etc. are NOT supported.

0 commit comments

Comments
 (0)