hoshimi
    Preparing search index...

    Interface LyricsFoundEvent

    The event for when lyrics are found.

    interface LyricsFoundEvent {
        guildId: string;
        lyrics: LyricsResult;
        op: Event;
        type: LyricsFound;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    guildId: string

    The guild id associated with the event.

    lyrics: LyricsResult

    The lyrics result of the event.

    op: Event

    The operation code for the event.

    The type of the event.