aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/ext/commands/core.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/discord/ext/commands/core.py b/discord/ext/commands/core.py
index 0463c843..21384a1a 100644
--- a/discord/ext/commands/core.py
+++ b/discord/ext/commands/core.py
@@ -658,6 +658,12 @@ class Command:
ctx: :class:`.Context`
The ctx of the command currently being invoked.
+ Raises
+ -------
+ :class:`CommandError`
+ Any command error that was raised during a check call will be propagated
+ by this function.
+
Returns
--------
bool