hoshimi
    Preparing search index...

    Interface LavalinkPlayerState

    The state of the player.

    interface LavalinkPlayerState {
        connected: boolean;
        ping: number;
        position: number;
        time: number;
    }
    Index

    Properties

    connected: boolean

    Whether the player is connected to the voice channel.

    ping: number

    The ping to the voice server in milliseconds.

    position: number

    The position of the current track in milliseconds.

    time: number

    The time since the connection was established.