VoiceJoinEvent constructor
VoiceJoinEvent(
- GuildMember _member,
- VoiceChannel? _before,
- VoiceChannel _after
Implementation
VoiceJoinEvent(this._member, this._before, this._after);