Fix FFmpeg errors not sent to after callback

This commit is contained in:
levin
2026-02-25 18:03:02 +01:00
committed by GitHub
parent 59d7a55a41
commit 7f9c3b1b40
3 changed files with 83 additions and 9 deletions

View File

@@ -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`