[commands] Add SoundboardSoundConverter

This commit is contained in:
z03h
2024-10-12 23:49:50 -07:00
committed by GitHub
parent 5734996aaf
commit 442ad40ab2
3 changed files with 63 additions and 0 deletions

View File

@ -708,6 +708,9 @@ Exceptions
.. autoexception:: discord.ext.commands.ScheduledEventNotFound
:members:
.. autoexception:: discord.ext.commands.SoundboardSoundNotFound
:members:
.. autoexception:: discord.ext.commands.BadBoolArgument
:members:
@ -800,6 +803,7 @@ Exception Hierarchy
- :exc:`~.commands.EmojiNotFound`
- :exc:`~.commands.GuildStickerNotFound`
- :exc:`~.commands.ScheduledEventNotFound`
- :exc:`~.commands.SoundboardSoundNotFound`
- :exc:`~.commands.PartialEmojiConversionFailure`
- :exc:`~.commands.BadBoolArgument`
- :exc:`~.commands.RangeError`