diff --git a/deno/payloads/v10/guild.ts b/deno/payloads/v10/guild.ts index fbebfe39a..54c53cbd5 100644 --- a/deno/payloads/v10/guild.ts +++ b/deno/payloads/v10/guild.ts @@ -681,7 +681,7 @@ export interface APIGuildIntegration { /** * Integration type */ - type: APIGuildInteractionType; + type: APIGuildIntegrationType; /** * Is this integration enabled */ @@ -760,7 +760,7 @@ export interface APIGuildIntegration { application?: APIGuildIntegrationApplication; } -export type APIGuildInteractionType = 'twitch' | 'youtube' | 'discord'; +export type APIGuildIntegrationType = 'twitch' | 'youtube' | 'discord'; /** * https://discord.com/developers/docs/resources/guild#integration-object-integration-expire-behaviors diff --git a/deno/payloads/v9/guild.ts b/deno/payloads/v9/guild.ts index fbebfe39a..54c53cbd5 100644 --- a/deno/payloads/v9/guild.ts +++ b/deno/payloads/v9/guild.ts @@ -681,7 +681,7 @@ export interface APIGuildIntegration { /** * Integration type */ - type: APIGuildInteractionType; + type: APIGuildIntegrationType; /** * Is this integration enabled */ @@ -760,7 +760,7 @@ export interface APIGuildIntegration { application?: APIGuildIntegrationApplication; } -export type APIGuildInteractionType = 'twitch' | 'youtube' | 'discord'; +export type APIGuildIntegrationType = 'twitch' | 'youtube' | 'discord'; /** * https://discord.com/developers/docs/resources/guild#integration-object-integration-expire-behaviors diff --git a/payloads/v10/guild.ts b/payloads/v10/guild.ts index c0445f73f..6c62f0a56 100644 --- a/payloads/v10/guild.ts +++ b/payloads/v10/guild.ts @@ -681,7 +681,7 @@ export interface APIGuildIntegration { /** * Integration type */ - type: APIGuildInteractionType; + type: APIGuildIntegrationType; /** * Is this integration enabled */ @@ -760,7 +760,7 @@ export interface APIGuildIntegration { application?: APIGuildIntegrationApplication; } -export type APIGuildInteractionType = 'twitch' | 'youtube' | 'discord'; +export type APIGuildIntegrationType = 'twitch' | 'youtube' | 'discord'; /** * https://discord.com/developers/docs/resources/guild#integration-object-integration-expire-behaviors diff --git a/payloads/v9/guild.ts b/payloads/v9/guild.ts index c0445f73f..6c62f0a56 100644 --- a/payloads/v9/guild.ts +++ b/payloads/v9/guild.ts @@ -681,7 +681,7 @@ export interface APIGuildIntegration { /** * Integration type */ - type: APIGuildInteractionType; + type: APIGuildIntegrationType; /** * Is this integration enabled */ @@ -760,7 +760,7 @@ export interface APIGuildIntegration { application?: APIGuildIntegrationApplication; } -export type APIGuildInteractionType = 'twitch' | 'youtube' | 'discord'; +export type APIGuildIntegrationType = 'twitch' | 'youtube' | 'discord'; /** * https://discord.com/developers/docs/resources/guild#integration-object-integration-expire-behaviors