Interface TrackStartEvent

interface TrackStartEvent {
    guildId: string;
    op: EVENT;
    track: Track;
    type: TrackStartEvent;
}

Hierarchy (view full)

Properties

Properties

guildId: string

The guild id

op: EVENT

Type of OP

track: Track

The track that threw the exception

The type of event