hoshimi
    Preparing search index...

    Interface TrackStuckEvent

    The event for when a track gets stuck.

    interface TrackStuckEvent {
        guildId: string;
        op: Event;
        thresholdMs: number;
        track: LavalinkTrack;
        type: TrackStuck;
    }

    Hierarchy (View Summary)

    Index

    Properties

    guildId: string

    The guild id associated with the event.

    op: Event

    The operation code for the event.

    thresholdMs: number

    The threshold in milliseconds.

    The track that got stuck.

    The type of the event.