We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc63233 commit 602fd6bCopy full SHA for 602fd6b
discord_slash/model.py
@@ -185,7 +185,7 @@ class BasecommandObject(CommandObject):
185
.. warning::
186
Do not manually init this model.
187
188
- :ivar has_subcommand: Indicates whether this base command has subcommands.
+ :ivar has_subcommands: Indicates whether this base command has subcommands.
189
:ivar default_permission: Indicates whether users should have permissions to run this command by default.
190
:ivar permissions: Permissions to restrict use of this command.
191
"""
0 commit comments