Raise an exception if an interaction has been responded before
Fix #7153
This commit is contained in:
@ -3862,6 +3862,8 @@ The following exceptions are thrown by the library.
|
||||
|
||||
.. autoexception:: PrivilegedIntentsRequired
|
||||
|
||||
.. autoexception:: InteractionResponded
|
||||
|
||||
.. autoexception:: discord.opus.OpusError
|
||||
|
||||
.. autoexception:: discord.opus.OpusNotLoaded
|
||||
@ -3879,6 +3881,7 @@ Exception Hierarchy
|
||||
- :exc:`LoginFailure`
|
||||
- :exc:`ConnectionClosed`
|
||||
- :exc:`PrivilegedIntentsRequired`
|
||||
- :exc:`InteractionResponded`
|
||||
- :exc:`NoMoreItems`
|
||||
- :exc:`GatewayNotFound`
|
||||
- :exc:`HTTPException`
|
||||
|
Reference in New Issue
Block a user