Shoukaku
    Preparing search index...

    Interface TrackStartEvent

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    guildId: string
    op: EVENT
    track: Track