diff options
| author | Rapptz <[email protected]> | 2020-01-14 19:54:10 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-01-14 19:54:10 -0500 |
| commit | 82797b0e6046a338a695f20a5bc20a7eedcae2cb (patch) | |
| tree | 2c1d537a2af3fbd91a66ee4f8b0244c642e7b0ac /docs/ext | |
| parent | Rewrite on_ready delay to actually make sense and prevent heavy sleep (diff) | |
| download | discord.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.rst | 4 |
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` |