mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-04 00:55:19 +00:00
[commands] Add support for discord.Attachment converters
This commit is contained in:
@ -538,6 +538,9 @@ Exceptions
|
||||
.. autoexception:: discord.ext.commands.MissingRequiredArgument
|
||||
:members:
|
||||
|
||||
.. autoexception:: discord.ext.commands.MissingRequiredAttachment
|
||||
:members:
|
||||
|
||||
.. autoexception:: discord.ext.commands.ArgumentParsingError
|
||||
:members:
|
||||
|
||||
@ -714,6 +717,7 @@ Exception Hierarchy
|
||||
- :exc:`~.commands.ConversionError`
|
||||
- :exc:`~.commands.UserInputError`
|
||||
- :exc:`~.commands.MissingRequiredArgument`
|
||||
- :exc:`~.commands.MissingRequiredAttachment`
|
||||
- :exc:`~.commands.TooManyArguments`
|
||||
- :exc:`~.commands.BadArgument`
|
||||
- :exc:`~.commands.MessageNotFound`
|
||||
|
Reference in New Issue
Block a user