kickPlayer

fun kickPlayer(targetId: UUID, channelId: String): Result<Unit>(source)

Removes targetId from channelId as a moderation action.

Return

Result indicating success or failure.

Throws

if the target is exempt from moderation.