aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/ext/commands/core.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/discord/ext/commands/core.py b/discord/ext/commands/core.py
index 20930408..f29ada94 100644
--- a/discord/ext/commands/core.py
+++ b/discord/ext/commands/core.py
@@ -926,7 +926,11 @@ class Command(_BaseCommand):
"""|coro|
Checks if the command can be executed by checking all the predicates
- inside the :attr:`.checks` attribute.
+ inside the :attr:`.checks` attribute. This also checks whether the
+ command is disabled.
+
+ .. versionchanged:: 1.3
+ Checks whether the command is disabled or not
Parameters
-----------