Discolink
    Preparing search index...

    Interface LyricsFoundEvent

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    The type of event

    lyrics: Lyrics
    op: Event

    The op type

    guildId: string

    The guild id