@lacunahub/lavaluna.js
    Preparing search index...

    Interface TrackStartEvent

    Dispatched when a track starts playing.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    guildId: string

    The guild id.

    op: "event"
    track: Track

    The track that started playing.

    type: "TrackStartEvent"

    The type of event.