diff --git a/deno/payloads/v10/channel.ts b/deno/payloads/v10/channel.ts index 0fe4e8a47..60ff146f7 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 d5d9e7677..7f8524834 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 aa16ea518..aded8a833 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 57e0590c4..a7cdfdcad 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 { /**