Skip to content

LyricsNotFoundEvent

The LyricsNotFoundEvent is sent by the server to the client when a lyrics search fails to find any matching lyrics.


FieldTypeDescription
opstringAlways event
typestringAlways LyricsNotFoundEvent
guildIdstringThe Discord guild ID

{
"op": "event",
"type": "LyricsNotFoundEvent",
"guildId": "1234567890"
}