TextBasedChannel: Exclude<
    Extract<Channel, { type: TextChannelType }>,
    ForumChannel | MediaChannel,
>