Discolink
    Preparing search index...

    Interface LavalinkInfo

    interface LavalinkInfo {
        version: LavalinkVersion;
        buildTime: number;
        git: LavalinkGit;
        jvm: string;
        lavaplayer: string;
        sourceManagers: string[];
        filters: string[];
        plugins: LavalinkPlugin[];
    }
    Index

    Properties

    The version of this Lavalink server

    buildTime: number

    The millisecond unix timestamp when this Lavalink jar was built

    The git information of this Lavalink server

    jvm: string

    The JVM version this Lavalink server runs on

    lavaplayer: string

    The Lavaplayer version being used by this server

    sourceManagers: string[]

    The enabled source managers for this server

    filters: string[]

    The enabled filters for this server

    plugins: LavalinkPlugin[]

    The enabled plugins for this server