Interface TrackStuckEvent

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

Hierarchy (view full)

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