aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ext/commands/api.rst7
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`