Channels within a category

Hello, how can I know how many channels are in a category?
3 Replies
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
d.js docs
d.js docs16mo ago
property CategoryChannelChildManager#cache The channels that are a part of this category
Waxer59
Waxer5916mo ago
I am accessing the category in this way and adding the .cache does not return anything, possibly I'm making a mistake in the way I get the category?
client.channels.cache.get(<id>)
client.channels.cache.get(<id>)
i'll try that perfect, is now working ty