Documentation
Swiftcord
Event
Event.voiceChannelLeave
Case
Event.voiceChannelLeave
Fired when someone leaves a voice channel
Declaration
case
voiceChannelLeave
Usage
bot.on(.voiceChannelLeave) { data in
let userID = data as! UserID
}