hoshimi
    Preparing search index...

    Interface NodeInfo

    The information of the node.

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

    Properties

    buildTime: number

    The build time of the node.

    filters: FilterType[]

    The filters available in the node.

    The git information of the node.

    isNodelink: boolean

    Whether the node is a Nodelink instance.

    jvm: string

    The build java version of the node.

    lavaplayer: string

    The lavaplayer version of the node.

    plugins: NodeInfoPlugin[]

    The plugins installed in the node.

    sourceManagers: SourceName[]

    The source managers available in the node.

    The version of the node.