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

    Interface TrackStuckEvent

    Dispatched when a track gets stuck while playing.

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

    Hierarchy (View Summary)

    Index

    Properties

    guildId: string

    The guild id.

    op: "event"
    thresholdMs: number

    The threshold in milliseconds that was exceeded.

    track: Track

    The track that got stuck.

    type: "TrackStuckEvent"

    The type of event.