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