GuildChannel.isCategory

Why is there no GuildChannel.isCategory() to check if a channel is a category channel
4 Replies
d.js docs
d.js docs2y ago
• What's your exact discord.js npm list discord.js and node node -v version? • Post the full error stack trace, not just the top part! • Show your code! • Explain what exactly your issue is. • Not a discord.js issue? Check out #useful-servers.
duck
duck2y ago
because you can simply check <Channel>.type === ChannelType.GuildCategory
jr
jr2y ago
@duck For type reasons that is insufficient
monbrey
monbrey2y ago
Yeah, no it isnt?