aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMaya <[email protected]>2021-05-29 16:43:33 +1200
committerGitHub <[email protected]>2021-05-29 00:43:33 -0400
commit4d7822493f8e8b1edaa4609690153582df74cbd3 (patch)
tree1de4170dd8b871e75f93b01b2e0436748750cce3 /docs
parentTypehint Sticker (diff)
downloaddiscord.py-4d7822493f8e8b1edaa4609690153582df74cbd3.tar.xz
discord.py-4d7822493f8e8b1edaa4609690153582df74cbd3.zip
Add support for bot integrations
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 649e8d33..3971d4b7 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -2986,6 +2986,15 @@ Integration
.. autoclass:: IntegrationAccount()
:members:
+.. autoclass:: BotIntegration()
+ :members:
+
+.. autoclass:: IntegrationApplication()
+ :members:
+
+.. autoclass:: StreamIntegration()
+ :members:
+
Interaction
~~~~~~~~~~~~