Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eunwoo1104 committed Dec 13, 2020
1 parent 478f01c commit 543b6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord_slash/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def slash(self, name=None, auto_convert: dict = None):
All args are passed in order.
.. note::
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.
.. warning::
Unlike discord.py's command, ``*args``, keyword-only args, converters, etc. are NOT supported.
Expand Down

0 comments on commit 543b6c3

Please sign in to comment.