import { DMChannel, GroupDMChannel, TextChannel } from 'discord.js' export type TextBasedChannel = TextChannel | DMChannel | GroupDMChannel