mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 17:59:52 +00:00
Move MissingApplicationID to top-level discord namespace
This commit is contained in:
@ -5440,6 +5440,8 @@ The following exceptions are thrown by the library.
|
||||
|
||||
.. autoexception:: InteractionResponded
|
||||
|
||||
.. autoexception:: MissingApplicationID
|
||||
|
||||
.. autoexception:: discord.opus.OpusError
|
||||
|
||||
.. autoexception:: discord.opus.OpusNotLoaded
|
||||
@ -5457,6 +5459,7 @@ Exception Hierarchy
|
||||
- :exc:`ConnectionClosed`
|
||||
- :exc:`PrivilegedIntentsRequired`
|
||||
- :exc:`InteractionResponded`
|
||||
- :exc:`MissingApplicationID`
|
||||
- :exc:`GatewayNotFound`
|
||||
- :exc:`HTTPException`
|
||||
- :exc:`Forbidden`
|
||||
|
Reference in New Issue
Block a user