NodeMessage
Defined in: src/structures/Types/Utils.ts:564
Interface for nodeStats from lavalink
Extends
Section titled “Extends”Properties
Section titled “Properties”| Property (defined in) | Type | Description |
|---|---|---|
cpu (src/structures/Types/Node.ts:94) | CPUStats | The cpu stats for the node. |
frameStats (src/structures/Types/Node.ts:104) | FrameStats | The frame stats for the node. |
guildId (src/structures/Types/Utils.ts:570) | string | The specific guild id for that message |
memory (src/structures/Types/Node.ts:92) | MemoryStats | The memory stats for the node. |
op (what ops are applying to that event) | "playerUpdate" \ | "stats" \ |
players (src/structures/Types/Node.ts:86) | number | The amount of players on the node. |
playingPlayers (src/structures/Types/Node.ts:88) | number | The amount of playing players on the node. |
type (src/structures/Types/Utils.ts:566) | PlayerEventType | The type of the event |
uptime (src/structures/Types/Node.ts:90) | number | The uptime for the node. |