Discolink
    Preparing search index...

    Interface ClientHeaders

    interface ClientHeaders {
        Authorization: string;
        "User-Id": string;
        "Client-Name": string;
        "Session-Id"?: string;
    }
    Index

    Properties

    Authorization: string

    Password of your Lavalink server

    "User-Id": string

    User Id of the bot

    "Client-Name": string

    Name of the client in NAME/VERSION format

    "Session-Id"?: string

    Id of the previous session to resume (if any)