VoiceStateUpdateEvent constructor
VoiceStateUpdateEvent(
- VoiceManager _before,
- VoiceManager _after
Implementation
VoiceStateUpdateEvent(this._before, this._after);
VoiceStateUpdateEvent(this._before, this._after);