Skip to content

Commit 602fd6b

Browse files
committed
Fix a small typo.
1 parent cc63233 commit 602fd6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord_slash/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ class BasecommandObject(CommandObject):
185185
.. warning::
186186
Do not manually init this model.
187187
188-
:ivar has_subcommand: Indicates whether this base command has subcommands.
188+
:ivar has_subcommands: Indicates whether this base command has subcommands.
189189
:ivar default_permission: Indicates whether users should have permissions to run this command by default.
190190
:ivar permissions: Permissions to restrict use of this command.
191191
"""

0 commit comments

Comments
 (0)