ResumeSynchronizationEvent

data class ResumeSynchronizationEvent(val node: LavalinkNode, val failureReason: Throwable?) : ClientEvent

Represents a successful or failed synchronization after a ReadyEvent with ReadyEvent.resumed set to true.

Whether it is successful depends on whether failureReason is null.

Constructors

Link copied to clipboard
constructor(node: LavalinkNode, failureReason: Throwable?)

Properties

Link copied to clipboard
Link copied to clipboard
open override val node: LavalinkNode