From 2ee557a59884b39634003edc72c88ceec7fcd661 Mon Sep 17 00:00:00 2001 From: Vlad Frangu Date: Wed, 4 Nov 2020 11:38:45 +0200 Subject: [PATCH] chore: remove RESTGetAPIGuildIntegrationQuery (per Discord) (#38) --- v8/rest/guild.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/v8/rest/guild.ts b/v8/rest/guild.ts index d0210778..ecaf2024 100644 --- a/v8/rest/guild.ts +++ b/v8/rest/guild.ts @@ -308,13 +308,6 @@ export type RESTGetAPIGuildVoiceRegionsResult = APIVoiceRegion[]; */ export type RESTGetAPIGuildInvitesResult = APIInvite[]; -/** - * https://discord.com/developers/docs/resources/guild#get-guild-integrations - */ -export interface RESTGetAPIGuildIntegrationsQuery { - include_applications?: boolean; -} - export type RESTGetAPIGuildIntegrationsResult = APIGuildIntegration[]; /**