diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index 392adc42..83dbca4e 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -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` |