NodeMessage
Defined in: src/structures/Types/Utils.ts:555
Interface for nodeStats from lavalink
Extends
Section titled “Extends”Properties
Section titled “Properties”Property (defined in) | Type | Description |
---|---|---|
cpu (src/structures/Types/Node.ts:95) | CPUStats | The cpu stats for the node. |
frameStats (src/structures/Types/Node.ts:105) | FrameStats | The frame stats for the node. |
guildId (src/structures/Types/Utils.ts:561) | string | The specific guild id for that message |
memory (src/structures/Types/Node.ts:93) | MemoryStats | The memory stats for the node. |
op (what ops are applying to that event) | "playerUpdate" \ | "stats" \ |
players (src/structures/Types/Node.ts:87) | number | The amount of players on the node. |
playingPlayers (src/structures/Types/Node.ts:89) | number | The amount of playing players on the node. |
type (src/structures/Types/Utils.ts:557) | PlayerEventType | The type of the event |
uptime (src/structures/Types/Node.ts:91) | number | The uptime for the node. |