hoshimi
    Preparing search index...

    Interface LyricsNotFoundEvent

    The event for when lyrics are not found.

    interface LyricsNotFoundEvent {
        guildId: string;
        op: Event;
        type: LyricsNotFound;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    guildId: string

    The guild id associated with the event.

    op: Event

    The operation code for the event.

    The type of the event.