Skip to content

Commit 9be4dc9

Browse files
authored
what
please I am dying here github
1 parent bfb6069 commit 9be4dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord_slash/utils/manage_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def create_option(name: str,
160160
.. note::
161161
a field with the value of ``False`` for ``required`` will return NOTHING if it is not filled. if you wish to have it default to something if not filled,_
162162
append ``argname = None`` to the ``async def`` portion of the command.
163-
163+
164164
.. note::
165165
``choices`` must either be a list of `option type dicts <https://discord.com/developers/docs/interactions/slash-commands#applicationcommandoptionchoice>`_
166166
or a list of single string values.

0 commit comments

Comments
 (0)