GuildChannel.isCategory
Why is there no GuildChannel.isCategory() to check if a channel is a category channel
4 Replies
• 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.because you can simply check
<Channel>.type === ChannelType.GuildCategory
@duck For type reasons that is insufficient
Yeah, no it isnt?