diff options
| author | z03h <[email protected]> | 2021-08-10 05:31:20 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-10 08:31:20 -0400 |
| commit | c62822440368afc7124e35f761a78b6bf818c05e (patch) | |
| tree | ebab985dab7855e7097ea3e632ab4f62613f13e2 /docs | |
| parent | Add TextChannel.default_auto_archive_duration (diff) | |
| download | discord.py-c62822440368afc7124e35f761a78b6bf818c05e.tar.xz discord.py-c62822440368afc7124e35f761a78b6bf818c05e.zip | |
[commands] Add GuildStickerConverter
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ext/commands/api.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/ext/commands/api.rst b/docs/ext/commands/api.rst index 27d78230..efbd3d8f 100644 --- a/docs/ext/commands/api.rst +++ b/docs/ext/commands/api.rst @@ -411,6 +411,9 @@ Converters .. autoclass:: discord.ext.commands.ThreadConverter :members: +.. autoclass:: discord.ext.commands.GuildStickerConverter + :members: + .. autoclass:: discord.ext.commands.clean_content :members: @@ -536,6 +539,9 @@ Exceptions .. autoexception:: discord.ext.commands.PartialEmojiConversionFailure :members: +.. autoexception:: discord.ext.commands.GuildStickerNotFound + :members: + .. autoexception:: discord.ext.commands.BadBoolArgument :members: @@ -618,6 +624,7 @@ Exception Hierarchy - :exc:`~.commands.RoleNotFound` - :exc:`~.commands.BadInviteArgument` - :exc:`~.commands.EmojiNotFound` + - :exc:`~.commands.GuildStickerNotFound` - :exc:`~.commands.PartialEmojiConversionFailure` - :exc:`~.commands.BadBoolArgument` - :exc:`~.commands.ThreadNotFound` |