mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 17:36:15 +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`
|
||||
|
@ -872,9 +872,6 @@ Exceptions
|
||||
.. autoexception:: discord.app_commands.CommandNotFound
|
||||
:members:
|
||||
|
||||
.. autoexception:: discord.app_commands.MissingApplicationID
|
||||
:members:
|
||||
|
||||
.. autoexception:: discord.app_commands.CommandSyncFailure
|
||||
:members:
|
||||
|
||||
@ -899,7 +896,7 @@ Exception Hierarchy
|
||||
- :exc:`~discord.app_commands.CommandAlreadyRegistered`
|
||||
- :exc:`~discord.app_commands.CommandSignatureMismatch`
|
||||
- :exc:`~discord.app_commands.CommandNotFound`
|
||||
- :exc:`~discord.app_commands.MissingApplicationID`
|
||||
- :exc:`~discord.MissingApplicationID`
|
||||
- :exc:`~discord.app_commands.CommandSyncFailure`
|
||||
- :exc:`~discord.HTTPException`
|
||||
- :exc:`~discord.app_commands.CommandSyncFailure`
|
||||
|
Reference in New Issue
Block a user