Fix typo in core.Command docstring
This commit is contained in:
parent
fdc71695dc
commit
52e8c06aed
@ -128,7 +128,7 @@ class Command:
|
|||||||
:exc:`.DisabledCommand` is raised to the :func:`.on_command_error`
|
:exc:`.DisabledCommand` is raised to the :func:`.on_command_error`
|
||||||
event. Defaults to ``True``.
|
event. Defaults to ``True``.
|
||||||
parent: Optional[command]
|
parent: Optional[command]
|
||||||
The parent command that this command belongs to. ``None`` is there
|
The parent command that this command belongs to. ``None`` if there
|
||||||
isn't one.
|
isn't one.
|
||||||
checks
|
checks
|
||||||
A list of predicates that verifies if the command could be executed
|
A list of predicates that verifies if the command could be executed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user