diff --git a/deno/payloads/v10/channel.ts b/deno/payloads/v10/channel.ts index 0fe4e8a4..60ff146f 100644 --- a/deno/payloads/v10/channel.ts +++ b/deno/payloads/v10/channel.ts @@ -50,10 +50,7 @@ export type TextChannelType = | ChannelType.GuildForum | ChannelType.GuildVoice; -export type GuildChannelType = Exclude< - TextChannelType | ChannelType.GuildVoice | ChannelType.GuildStageVoice | ChannelType.GuildAnnouncement, - ChannelType.DM | ChannelType.GroupDM ->; +export type GuildChannelType = Exclude; export interface APITextBasedChannel extends APIChannelBase { /** diff --git a/deno/payloads/v9/channel.ts b/deno/payloads/v9/channel.ts index d5d9e767..7f852483 100644 --- a/deno/payloads/v9/channel.ts +++ b/deno/payloads/v9/channel.ts @@ -50,10 +50,7 @@ export type TextChannelType = | ChannelType.GuildForum | ChannelType.GuildVoice; -export type GuildChannelType = Exclude< - TextChannelType | ChannelType.GuildVoice | ChannelType.GuildStageVoice | ChannelType.GuildAnnouncement, - ChannelType.DM | ChannelType.GroupDM ->; +export type GuildChannelType = Exclude; export interface APITextBasedChannel extends APIChannelBase { /** diff --git a/payloads/v10/channel.ts b/payloads/v10/channel.ts index aa16ea51..aded8a83 100644 --- a/payloads/v10/channel.ts +++ b/payloads/v10/channel.ts @@ -50,10 +50,7 @@ export type TextChannelType = | ChannelType.GuildForum | ChannelType.GuildVoice; -export type GuildChannelType = Exclude< - TextChannelType | ChannelType.GuildVoice | ChannelType.GuildStageVoice | ChannelType.GuildAnnouncement, - ChannelType.DM | ChannelType.GroupDM ->; +export type GuildChannelType = Exclude; export interface APITextBasedChannel extends APIChannelBase { /** diff --git a/payloads/v9/channel.ts b/payloads/v9/channel.ts index 57e0590c..a7cdfdca 100644 --- a/payloads/v9/channel.ts +++ b/payloads/v9/channel.ts @@ -50,10 +50,7 @@ export type TextChannelType = | ChannelType.GuildForum | ChannelType.GuildVoice; -export type GuildChannelType = Exclude< - TextChannelType | ChannelType.GuildVoice | ChannelType.GuildStageVoice | ChannelType.GuildAnnouncement, - ChannelType.DM | ChannelType.GroupDM ->; +export type GuildChannelType = Exclude; export interface APITextBasedChannel extends APIChannelBase { /**