diff --git a/src/util/entities/Channel.ts b/src/util/entities/Channel.ts index 898308ac..7771e654 100644 --- a/src/util/entities/Channel.ts +++ b/src/util/entities/Channel.ts @@ -236,9 +236,9 @@ export class Channel extends BaseClass { 403, ); - // Categories skip these checks on discord.com + // All channels except guild text skip these checks on discord.com if ( - channel.type !== ChannelType.GUILD_CATEGORY || + channel.type == ChannelType.GUILD_TEXT || guild.features.includes("IRC_LIKE_CATEGORY_NAMES") ) { if (channel.name.includes(" "))