Skip to content

NodeMessage

Defined in: src/structures/Types/Utils.ts:555

Interface for nodeStats from lavalink

Property (defined in)TypeDescription
cpu
(src/structures/Types/Node.ts:95)
CPUStatsThe cpu stats for the node.
frameStats
(src/structures/Types/Node.ts:105)
FrameStatsThe frame stats for the node.
guildId
(src/structures/Types/Utils.ts:561)
stringThe specific guild id for that message
memory
(src/structures/Types/Node.ts:93)
MemoryStatsThe memory stats for the node.
op
(what ops are applying to that event)
"playerUpdate" \"stats" \
players
(src/structures/Types/Node.ts:87)
numberThe amount of players on the node.
playingPlayers
(src/structures/Types/Node.ts:89)
numberThe amount of playing players on the node.
type
(src/structures/Types/Utils.ts:557)
PlayerEventTypeThe type of the event
uptime
(src/structures/Types/Node.ts:91)
numberThe uptime for the node.