hoshimi
    Preparing search index...

    Interface UpdatePlayerInfo

    The options to update the player.

    interface UpdatePlayerInfo {
        guildId: string;
        noReplace?: boolean;
        playerOptions: LavalinkPlayOptions;
    }
    Index

    Properties

    guildId: string

    The guild id associated with the player.

    noReplace?: boolean

    Whether to replace the current track.

    false
    
    playerOptions: LavalinkPlayOptions

    The options to update the player.