Skip to content

NodeMessage

Interface for nodeStats from lavalink

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
cpuCPUStatsThe cpu stats for the node.NodeStats.cpusrc/structures/Types/Node.ts:95
frameStatsFrameStatsThe frame stats for the node.NodeStats.frameStatssrc/structures/Types/Node.ts:105
guildIdstringThe specific guild id for that message-src/structures/Types/Utils.ts:549
memoryMemoryStatsThe memory stats for the node.NodeStats.memorysrc/structures/Types/Node.ts:93
op"playerUpdate" | "stats" | "event"what ops are applying to that event-src/structures/Types/Utils.ts:547
playersnumberThe amount of players on the node.NodeStats.playerssrc/structures/Types/Node.ts:87
playingPlayersnumberThe amount of playing players on the node.NodeStats.playingPlayerssrc/structures/Types/Node.ts:89
typePlayerEventTypeThe type of the event-src/structures/Types/Utils.ts:545
uptimenumberThe uptime for the node.NodeStats.uptimesrc/structures/Types/Node.ts:91