aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst
index 199d32c1..fab60587 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -837,6 +837,9 @@ of :class:`enum.Enum`.
.. attribute:: watching
A "Watching" activity type.
+ .. attribute:: custom
+
+ A custom activity type.
.. class:: HypeSquadHouse
@@ -2498,6 +2501,12 @@ Streaming
.. autoclass:: Streaming
:members:
+CustomActivity
+~~~~~~~~~~~~~~~
+
+.. autoclass:: CustomActivity
+ :members:
+
Permissions
~~~~~~~~~~~~