StatsEvent

data class StatsEvent(val node: LavalinkNode, val frameStats: FrameStats?, val players: Int, val playingPlayers: Int, val uptime: Long, val memory: Memory, val cpu: Cpu) : ClientEvent

Constructors

Link copied to clipboard
constructor(node: LavalinkNode, frameStats: FrameStats?, players: Int, playingPlayers: Int, uptime: Long, memory: Memory, cpu: Cpu)

Properties

Link copied to clipboard
val cpu: Cpu
Link copied to clipboard
val frameStats: FrameStats?
Link copied to clipboard
val memory: Memory
Link copied to clipboard
open override val node: LavalinkNode
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard