aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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 b3c10991..d697b4f3 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -2937,6 +2937,8 @@ The following exceptions are thrown by the library.
.. autoexception:: ConnectionClosed
+.. autoexception:: PrivilegedIntentsRequired
+
.. autoexception:: discord.opus.OpusError
.. autoexception:: discord.opus.OpusNotLoaded
@@ -2953,6 +2955,7 @@ Exception Hierarchy
- :exc:`InvalidArgument`
- :exc:`LoginFailure`
- :exc:`ConnectionClosed`
+ - :exc:`PrivilegedIntentsRequired`
- :exc:`NoMoreItems`
- :exc:`GatewayNotFound`
- :exc:`HTTPException`