@discordx/lava-player
    Preparing search index...

    Interface TrackStartEvent

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    guildId: string

    The guild id

    op: EVENT

    Type of OP

    track: Track

    The track that threw the exception

    The type of event