diff options
| author | Rapptz <[email protected]> | 2020-09-04 08:47:07 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-09-04 08:47:07 -0400 |
| commit | 0a7e2f7c2f4c4f308450318117b1e69e3a5bae5e (patch) | |
| tree | 2eb42ce4e828bb488395bdf35a0e375f80ace5d8 /docs | |
| parent | [commands] Add subclasses of BadArgument for converters (diff) | |
| download | discord.py-0a7e2f7c2f4c4f308450318117b1e69e3a5bae5e.tar.xz discord.py-0a7e2f7c2f4c4f308450318117b1e69e3a5bae5e.zip | |
[commands] BadBooleanArgument -> BadBoolArgument
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ext/commands/api.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ext/commands/api.rst b/docs/ext/commands/api.rst index 5980d3cb..6f08a5cd 100644 --- a/docs/ext/commands/api.rst +++ b/docs/ext/commands/api.rst @@ -368,7 +368,7 @@ Exceptions .. autoexception:: discord.ext.commands.PartialEmojiConversionFailure :members: -.. autoexception:: discord.ext.commands.BadBooleanArgument +.. autoexception:: discord.ext.commands.BadBoolArgument :members: .. autoexception:: discord.ext.commands.MissingPermissions @@ -436,7 +436,7 @@ Exception Hierarchy - :exc:`~.commands.BadInviteArgument` - :exc:`~.commands.EmojiNotFound` - :exc:`~.commands.PartialEmojiConversionFailure` - - :exc:`~.commands.BadBooleanArgument` + - :exc:`~.commands.BadBoolArgument` - :exc:`~.commands.BadUnionArgument` - :exc:`~.commands.ArgumentParsingError` - :exc:`~.commands.UnexpectedQuoteError` |