Interface NodeInfo

interface NodeInfo {
    buildTime: number;
    filters: string[];
    git: NodeInfoGit;
    jvm: string;
    lavaplayer: string;
    plugins: NodeInfoPlugin[];
    sourceManagers: string[];
    version: NodeInfoVersion;
}

Properties

buildTime: number
filters: string[]
jvm: string
lavaplayer: string
plugins: NodeInfoPlugin[]
sourceManagers: string[]