Player Events: Lyrics Events
warning
⚠️ These events are only emitted by the LavaLyrics plugin.
These events are fired when the LavaLyrics plugin emits events.
These interfaces extendBaseEvent.
LyricsLineEvent
Sent when a new lyrics line is available for a track.
Extends:BaseEvent.
Property Type Description Optional typestring = "LyricsLineEvent" Event type identifier. guildIdstring Guild this event applies to. lineLyricsLineLyrics line. skippedboolean Whether the line was skipped.
LyricsFoundEvent
This event is sent when lyrics are found for a track and about to be sent.
Extends:BaseEvent.
Property Type Description Optional typestring = "LyricsFoundEvent" Event type identifier. guildIdstring Guild this event applies to. lyricsLyricsLyrics.
LyricsNotFoundEvent
This event is sent when no lyrics were found for a track.
Extends:BaseEvent.
Property Type Description Optional typestring = "LyricsNotFoundEvent" Event type identifier. guildIdstring Guild this event applies to.