Skip to main content
Version: v2.9.1

Lyrics Events

warning

⚠️ These events are only emitted by the LavaLyrics plugin.

These events are fired when the LavaLyrics plugin emits its related events.

LyricsFound

Emitted when lyrics are found .

Property Type Description Optional
playerPlayerPlayer this event applies to.
trackTrackTrack this event applies to.
payloadLyricsFoundEventPayload provided by Plugin.

LyricsLine

Emitted when a lyrics line is reached for a track.

Property Type Description Optional
playerPlayerPlayer this event applies to.
trackTrackTrack this event applies to.
payloadLyricsLineEventPayload provided by Plugin.

LyricsNotFound

Emitted when lyrics are not found for a track.

Property Type Description Optional
playerPlayerPlayer this event applies to.
trackTrackTrack this event applies to.
payloadLyricsNotFoundEventPayload provided by Plugin.