hoshimi
    Preparing search index...

    Interface TrackStartEvent

    The event for when a track starts playing.

    interface TrackStartEvent {
        guildId: string;
        op: Event;
        track: LavalinkTrack;
        type: TrackStart;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    guildId: string

    The guild id associated with the event.

    op: Event

    The operation code for the event.

    The track that started playing.

    The type of the event.