NodeInfo
The information of the node.
Signature
export interface NodeInfoProperties
9Methods
0No methods.
Properties
version: NodeInfoVersion;The version of the node.
@type{NodeInfoVersion}
buildTime: number;The build time of the node.
@type{number}
git: NodeInfoGit;The git information of the node.
@type{NodeInfoGit}
jvm: string;The build java version of the node.
@type{string}
lavaplayer: string;The lavaplayer version of the node.
@type{string}
sourceManagers: SourceName[];The source managers available in the node.
@type{SourceName[]}
filters: FilterType[];The filters available in the node.
@type{FilterType[]}
plugins: NodeInfoPlugin[];The plugins installed in the node.
@type{NodeInfoPlugin[]}
isNodelink: boolean;Whether the node is a Nodelink instance.
@type{boolean}