VoiceStateUpdateEvent constructor

VoiceStateUpdateEvent(
  1. VoiceManager _before,
  2. VoiceManager _after
)

Implementation

VoiceStateUpdateEvent(this._before, this._after);