From 52e8c06aed714a0b97b1c99430b4f84734cc4b42 Mon Sep 17 00:00:00 2001 From: SilicalNZ Date: Fri, 24 Aug 2018 06:24:04 +1200 Subject: [PATCH] Fix typo in core.Command docstring --- discord/ext/commands/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/ext/commands/core.py b/discord/ext/commands/core.py index 22882f4ea..6d3644ce1 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