onVoiceStateUpdate

abstract fun onVoiceStateUpdate(handler: suspend (VoiceState) -> Unit)(source)

Called when a joins, leaves, or moves voice channels.

Parameters

handler

The updated voice state.