Interface TrackEndEvent

interface TrackEndEvent {
    guildId: string;
    op: EVENT;
    reason: TrackEndReason;
    track: Track;
    type: TrackEndEvent;
}

Hierarchy (view full)

Properties

guildId: string

The guild id

op: EVENT

Type of OP

The reason the track ended

track: Track

The track that ended playing

The type of event