@@ -0,0 +1,7 @@
import type { TextChannel } from "discord.js";
import { ChannelType } from "discord.js";
export function is_text_channel(channel: any): channel is TextChannel {
return channel.type === ChannelType.GuildText;
}
The note is not visible to the blocked user.