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 478f01c commit 543b6c3Copy full SHA for 543b6c3
discord_slash/client.py
@@ -37,7 +37,7 @@ def slash(self, name=None, auto_convert: dict = None):
37
All args are passed in order.
38
39
.. note::
40
- Role, User, and Channel types are passed as id, since API doesn't give type of the option for now.
+ 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.
41
42
.. warning::
43
Unlike discord.py's command, ``*args``, keyword-only args, converters, etc. are NOT supported.
0 commit comments