@lacunahub/lavaluna.js
    Preparing search index...

    Interface NodeInfo

    interface NodeInfo {
        buildTime: number;
        filters: string[];
        git: NodeGit;
        jvm: string;
        lavaplayer: any;
        plugins: NodePlugin[];
        sourceManagers: string[];
        version: NodeVersion;
    }
    Index

    Properties

    buildTime: number

    The millisecond unix timestamp when this Lavalink jar was built.

    filters: string[]

    The enabled filters for this server.

    git: NodeGit

    The git information of this Lavalink server.

    jvm: string

    The JVM version this Lavalink server runs on.

    lavaplayer: any

    The Lavaplayer version being used by this server.

    plugins: NodePlugin[]

    The enabled plugins for this server.

    sourceManagers: string[]

    The enabled source managers for this server.

    version: NodeVersion

    The version of this Lavalink server.