Shoukaku
    Preparing search index...

    Interface NodeInfo

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

    Properties

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