From 4d7822493f8e8b1edaa4609690153582df74cbd3 Mon Sep 17 00:00:00 2001 From: Maya <17090652+XuaTheGrate@users.noreply.github.com> Date: Sat, 29 May 2021 16:43:33 +1200 Subject: Add support for bot integrations --- docs/api.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs') 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 ~~~~~~~~~~~~ -- cgit v1.2.3