diff --git a/disco/api/client.py b/disco/api/client.py index 45367ff..6bce822 100644 --- a/disco/api/client.py +++ b/disco/api/client.py @@ -516,7 +516,7 @@ class APIClient(LoggingClass): def guilds_integrations_create(self, guild, type, id): r = self.http(Routes.GUILDS_INTEGRATIONS_CREATE, dict(guild=guild), json={"type": type, "id": id}) - return Integration.create(r.json()) + return Integration.create(self.client, r.json()) def guilds_integrations_modify( self,