export type GuildChannelType = Exclude<ChannelType, ChannelType.DM | ChannelType.GroupDM>;
No summary provided.