Skip to content

Commit bfb6069

Browse files
authored
remove trailing whitespace
1 parent e50b9e9 commit bfb6069

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
@@ -156,7 +156,7 @@ def create_option(name: str,
156156
:param required: Whether this option is required.
157157
:param choices: Choices of the option. Can be empty.
158158
:return: dict
159-
159+
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.

0 commit comments

Comments
 (0)