Browse Source

[commands] Add missing CheckAnyFailure documentation

pull/2505/head
Rapptz 5 years ago
parent
commit
82797b0e60
  1. 4
      docs/ext/commands/api.rst

4
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`

Loading…
Cancel
Save