mirror of
https://github.com/Rapptz/discord.py.git
synced 2026-03-05 03:02:49 +00:00
Fix FFmpeg errors not sent to after callback
This commit is contained in:
@@ -6216,6 +6216,8 @@ The following exceptions are thrown by the library.
|
||||
|
||||
.. autoexception:: MissingApplicationID
|
||||
|
||||
.. autoexception:: FFmpegProcessError
|
||||
|
||||
.. autoexception:: discord.opus.OpusError
|
||||
|
||||
.. autoexception:: discord.opus.OpusNotLoaded
|
||||
@@ -6234,6 +6236,7 @@ Exception Hierarchy
|
||||
- :exc:`PrivilegedIntentsRequired`
|
||||
- :exc:`InteractionResponded`
|
||||
- :exc:`MissingApplicationID`
|
||||
- :exc:`FFmpegProcessError`
|
||||
- :exc:`GatewayNotFound`
|
||||
- :exc:`HTTPException`
|
||||
- :exc:`Forbidden`
|
||||
|
||||
Reference in New Issue
Block a user