#Disconnect someone from a voicechannel

1 messages · Page 1 of 1 (latest)

wary coyote
#

modify the user => set voice channel to null

sly nacelle
wary coyote
#

modify

#

call await user.ModifyAsync(x => x.VoiceChannel = null)

sly nacelle
#

Oh, thanks