diff options
| author | Maya <[email protected]> | 2021-05-29 16:43:33 +1200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-29 00:43:33 -0400 |
| commit | 4d7822493f8e8b1edaa4609690153582df74cbd3 (patch) | |
| tree | 1de4170dd8b871e75f93b01b2e0436748750cce3 /docs | |
| parent | Typehint Sticker (diff) | |
| download | discord.py-4d7822493f8e8b1edaa4609690153582df74cbd3.tar.xz discord.py-4d7822493f8e8b1edaa4609690153582df74cbd3.zip | |
Add support for bot integrations
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 9 |
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 ~~~~~~~~~~~~ |