How can I get online members and members on the voices
I want to get online and voice active members in commands like this : I want for example if user use this command it sends the count of online and active members
10 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!wdym by active
because online is active for me
what ? can you demonstrate
i am asking you to elaborate
I mean members on voices
Thank you what about online members
you'd need the GuildPresences intent, then fetch the members and map over them to check
Thanks a lot