aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/ext/commands/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/ext/commands/core.py b/discord/ext/commands/core.py
index 22882f4e..6d3644ce 100644
--- a/discord/ext/commands/core.py
+++ b/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