Get number of channels in category
Hello, pretty simple, trying to do the above.
if I have the CategoryChannel object, I've tried CategoryChannel.children.size, but this doesn't work. I've messed around with a couple of other solutions that didn't work either.
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.It should CategoryChannel.children.cache.size
Gotcha ty!!