Browse Source

Fix typo in core.Command docstring

pull/1531/head
SilicalNZ 7 years ago
committed by GitHub
parent
commit
52e8c06aed
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/ext/commands/core.py

2
discord/ext/commands/core.py

@ -128,7 +128,7 @@ class Command:
:exc:`.DisabledCommand` is raised to the :func:`.on_command_error`
event. Defaults to ``True``.
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.
checks
A list of predicates that verifies if the command could be executed

Loading…
Cancel
Save