Resume Synchronization Event
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.