hoshimi
    Preparing search index...

    Interface LyricsLineEvent

    The event for when a lyrics line is sent.

    interface LyricsLineEvent {
        guildId: string;
        line: LyricsLine;
        lineIndex: number;
        op: Event;
        skipped: boolean;
        type: LyricsLine;
    }

    Hierarchy (View Summary)

    Index

    Properties

    guildId: string

    The guild id associated with the event.

    The lyrics line of the event.

    lineIndex: number

    The line index of the lyrics line.

    op: Event

    The operation code for the event.

    skipped: boolean

    Returns if the line was skipped.

    The type of the event.