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

    Interface ReadyOP

    Dispatched by Lavalink upon successful connection and authorization. Contains fields determining if resuming was successful, as well as the session id.

    interface ReadyOP {
        op: "ready";
        resumed: boolean;
        sessionId: string;
    }
    Index

    Properties

    Properties

    op: "ready"
    resumed: boolean

    Whether this session was resumed.

    sessionId: string

    The Lavalink session id of this connection. Not to be confused with a Discord voice session id.