Event UserLeft
- Namespace
- DSharpPlus.VoiceNext
- Assembly
- DSharpPlus.VoiceNext.dll
Triggered whenever a user leaves voice in the connected guild.
public event AsyncEventHandler<VoiceNextConnection, VoiceUserLeaveEventArgs> UserLeft
Returns
- AsyncEventHandler<VoiceNextConnection, VoiceUserLeaveEventArgs>
- Triggered whenever a user leaves voice in the connected guild.