From 543b6c3fb720512490ece49671442805faacf550 Mon Sep 17 00:00:00 2001 From: eunwoo1104 Date: Sun, 13 Dec 2020 17:42:54 +0900 Subject: [PATCH] Updated docs --- discord_slash/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord_slash/client.py b/discord_slash/client.py index 7fce117a3..2afab77cc 100644 --- a/discord_slash/client.py +++ b/discord_slash/client.py @@ -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.