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

    Interface PlayerUpdateOP

    Dispatched every x seconds (configurable in application.yml) with the current state of the player.

    interface PlayerUpdateOP {
        guildId: string;
        op: "playerUpdate";
        state: APIPlayerState;
    }
    Index

    Properties

    Properties

    guildId: string

    The guild id of the player.

    op: "playerUpdate"

    The player state.