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:
@@ -48,6 +48,7 @@ __all__ = (
|
||||
'PrivilegedIntentsRequired',
|
||||
'InteractionResponded',
|
||||
'MissingApplicationID',
|
||||
'FFmpegProcessError',
|
||||
)
|
||||
|
||||
APP_ID_NOT_FOUND = (
|
||||
@@ -74,6 +75,15 @@ class ClientException(DiscordException):
|
||||
pass
|
||||
|
||||
|
||||
class FFmpegProcessError(ClientException):
|
||||
"""Exception that's raised when an FFmpeg process fails.
|
||||
|
||||
.. versionadded:: 2.7
|
||||
"""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class GatewayNotFound(DiscordException):
|
||||
"""An exception that is raised when the gateway for Discord could not be found"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user