aboutsummaryrefslogtreecommitdiff
path: root/docs/ext
diff options
context:
space:
mode:
authorRapptz <[email protected]>2020-01-14 19:54:10 -0500
committerRapptz <[email protected]>2020-01-14 19:54:10 -0500
commit82797b0e6046a338a695f20a5bc20a7eedcae2cb (patch)
tree2c1d537a2af3fbd91a66ee4f8b0244c642e7b0ac /docs/ext
parentRewrite on_ready delay to actually make sense and prevent heavy sleep (diff)
downloaddiscord.py-82797b0e6046a338a695f20a5bc20a7eedcae2cb.tar.xz
discord.py-82797b0e6046a338a695f20a5bc20a7eedcae2cb.zip
[commands] Add missing CheckAnyFailure documentation
Diffstat (limited to 'docs/ext')
-rw-r--r--docs/ext/commands/api.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ext/commands/api.rst b/docs/ext/commands/api.rst
index 00dee0ab..d16cb805 100644
--- a/docs/ext/commands/api.rst
+++ b/docs/ext/commands/api.rst
@@ -272,6 +272,9 @@ Exceptions
.. autoexception:: discord.ext.commands.CheckFailure
:members:
+.. autoexception:: discord.ext.commands.CheckAnyFailure
+ :members:
+
.. autoexception:: discord.ext.commands.CommandNotFound
:members:
@@ -352,6 +355,7 @@ Exception Hierarchy
- :exc:`~.commands.ExpectedClosingQuoteError`
- :exc:`~.commands.CommandNotFound`
- :exc:`~.commands.CheckFailure`
+ - :exc:`~.commands.CheckAnyFailure`
- :exc:`~.commands.PrivateMessageOnly`
- :exc:`~.commands.NoPrivateMessage`
- :exc:`~.commands.NotOwner`