onVoiceServerUpdate property

Stream<IVoiceServerUpdateEvent> onVoiceServerUpdate

Emitted when a guild"s voice server is updated. This is sent when initially connecting to voice, and when the current voice instance fails over to a new server.

Implementation

Stream<IVoiceServerUpdateEvent> get onVoiceServerUpdate;