[commands] Document the changed Command.can_run behaviour

This commit is contained in:
Rapptz 2020-01-06 04:02:56 -05:00
parent f1118273f5
commit 51546dbdb6

View File

@ -926,7 +926,11 @@ class Command(_BaseCommand):
"""|coro| """|coro|
Checks if the command can be executed by checking all the predicates 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 Parameters
----------- -----------