Stats Event
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<Message.StatsEvent>
Constructors
Link copied to clipboard
constructor(node: LavalinkNode, frameStats: FrameStats?, players: Int, playingPlayers: Int, uptime: Long, memory: Memory, cpu: Cpu)