You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param choices: Choices of the option. Can be empty.
158
158
:return: dict
159
+
160
+
.. note::
161
+
``choices`` must either be a list of `option type dicts <https://discord.com/developers/docs/interactions/slash-commands#applicationcommandoptionchoice>`_
162
+
or a list of single string values.
159
163
"""
160
164
ifnotisinstance(option_type, int) orisinstance(option_type, bool): #Bool values are a subclass of int
0 commit comments