hoshimi
    Preparing search index...

    Interface TrackEndEvent

    The event for when a track ends.

    interface TrackEndEvent {
        guildId: string;
        op: Event;
        reason: TrackEndReason;
        track: LavalinkTrack;
        type: TrackEnd;
    }

    Hierarchy (View Summary)

    Index

    Properties

    guildId: string

    The guild id associated with the event.

    op: Event

    The operation code for the event.

    The reason the track ended.

    The track that ended.

    type: TrackEnd

    The type of the event.