|
@ -405,6 +405,9 @@ Converters |
|
|
.. autoclass:: discord.ext.commands.PartialEmojiConverter |
|
|
.. autoclass:: discord.ext.commands.PartialEmojiConverter |
|
|
:members: |
|
|
:members: |
|
|
|
|
|
|
|
|
|
|
|
.. autoclass:: discord.ext.commands.ThreadConverter |
|
|
|
|
|
:members: |
|
|
|
|
|
|
|
|
.. autoclass:: discord.ext.commands.clean_content |
|
|
.. autoclass:: discord.ext.commands.clean_content |
|
|
:members: |
|
|
:members: |
|
|
|
|
|
|
|
@ -512,6 +515,9 @@ Exceptions |
|
|
.. autoexception:: discord.ext.commands.ChannelNotReadable |
|
|
.. autoexception:: discord.ext.commands.ChannelNotReadable |
|
|
:members: |
|
|
:members: |
|
|
|
|
|
|
|
|
|
|
|
.. autoexception:: discord.ext.commands.ThreadNotFound |
|
|
|
|
|
:members: |
|
|
|
|
|
|
|
|
.. autoexception:: discord.ext.commands.BadColourArgument |
|
|
.. autoexception:: discord.ext.commands.BadColourArgument |
|
|
:members: |
|
|
:members: |
|
|
|
|
|
|
|
@ -611,6 +617,7 @@ Exception Hierarchy |
|
|
- :exc:`~.commands.EmojiNotFound` |
|
|
- :exc:`~.commands.EmojiNotFound` |
|
|
- :exc:`~.commands.PartialEmojiConversionFailure` |
|
|
- :exc:`~.commands.PartialEmojiConversionFailure` |
|
|
- :exc:`~.commands.BadBoolArgument` |
|
|
- :exc:`~.commands.BadBoolArgument` |
|
|
|
|
|
- :exc:`~.commands.ThreadNotFound` |
|
|
- :exc:`~.commands.FlagError` |
|
|
- :exc:`~.commands.FlagError` |
|
|
- :exc:`~.commands.BadFlagArgument` |
|
|
- :exc:`~.commands.BadFlagArgument` |
|
|
- :exc:`~.commands.MissingFlagArgument` |
|
|
- :exc:`~.commands.MissingFlagArgument` |
|
|