aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2021-07-03 00:30:32 -0400
committerRapptz <[email protected]>2021-07-03 00:30:32 -0400
commit7ca90874b94d30c396268c17b9583018ed3f80bd (patch)
tree9773ccd482aaad8e5092659fddf9e19e1753ed88 /docs
parentAdd Thread.is_nsfw (diff)
downloaddiscord.py-7ca90874b94d30c396268c17b9583018ed3f80bd.tar.xz
discord.py-7ca90874b94d30c396268c17b9583018ed3f80bd.zip
Raise an exception if an interaction has been responded before
Fix #7153
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst3
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`