Tracking stage channels #1176
Answered
by
topi314
StateGovernment
asked this question in
Q&A
-
Hello community and devs, I am trying to develop a tracker that could track AMA events on a stage voice channel for my community on discord. Getting voice states for people who entered and exited the stage channel was possible through VoiceStateUpdate event but is there a way to get a list of current users in a voice channel? |
Beta Was this translation helpful? Give feedback.
Answered by
topi314
May 4, 2022
Replies: 1 comment 13 replies
-
to get a list of users in the voice channel make sure you have the voice state cache enabled see here and then you can iterate over all voice states in the guild filtering for the |
Beta Was this translation helpful? Give feedback.
13 replies
Answer selected by
StateGovernment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
to get a list of users in the voice channel make sure you have the voice state cache enabled see here and then you can iterate over all voice states in the guild filtering for the
channelID