aboutsummaryrefslogtreecommitdiff
path: root/discord/ext
diff options
context:
space:
mode:
Diffstat (limited to 'discord/ext')
-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 c33d1d52..04d5c7d9 100644
--- a/discord/ext/commands/core.py
+++ b/discord/ext/commands/core.py
@@ -1035,7 +1035,7 @@ class Command(_BaseCommand):
"""|coro|
Checks if the command can be executed by checking all the predicates
- inside the :attr:`.checks` attribute. This also checks whether the
+ inside the :attr:`checks` attribute. This also checks whether the
command is disabled.
.. versionchanged:: 1.3