@discordx/lava-player
    Preparing search index...

    Interface TrackStuckEvent

    interface TrackStuckEvent {
        guildId: string;
        op: EVENT;
        thresholdMs: number;
        track: Track;
        type: TrackStuckEvent;
    }

    Hierarchy (View Summary)

    Index

    Properties

    guildId: string

    The guild id

    op: EVENT

    Type of OP

    thresholdMs: number

    The threshold in milliseconds that was exceeded

    track: Track

    The track that threw the exception

    The type of event