onVoiceStateUpdate property

Stream<VoiceStateUpdateEvent> onVoiceStateUpdate
getter/setter pair

Emitted when someone joins/leaves/moves voice channel.

Implementation

late Stream<VoiceStateUpdateEvent> onVoiceStateUpdate;