LyricsNotFoundEvent
The LyricsNotFoundEvent is sent by the server to the client when a lyrics search fails to find any matching lyrics.
Structure
Section titled “Structure”| Field | Type | Description |
|---|---|---|
op | string | Always event |
type | string | Always LyricsNotFoundEvent |
guildId | string | The Discord guild ID |
Example Payload
Section titled “Example Payload”{ "op": "event", "type": "LyricsNotFoundEvent", "guildId": "1234567890"}