guildVoiceStates constant
int
const guildVoiceStates
Subscribes to voice state events.
Events received:
- Voice state update
Required for: Music bots, voice activity tracking
Use cases: Voice channel monitoring, music bots
Value: 1 << 7 (128)
Implementation
static const int guildVoiceStates = 1 << 7;