mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-03 00:25:14 +00:00
[commands] Add SoundboardSoundConverter
This commit is contained in:
@ -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`
|
||||
|
Reference in New Issue
Block a user