From c62822440368afc7124e35f761a78b6bf818c05e Mon Sep 17 00:00:00 2001 From: z03h Date: Tue, 10 Aug 2021 05:31:20 -0700 Subject: [commands] Add GuildStickerConverter --- docs/ext/commands/api.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs') 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` -- cgit v1.2.3