Skip to main content
Version: v2.10.2 (current)

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 extend BaseEvent.


LyricsLineEvent

Sent when a new lyrics line is available for a track.
Extends: BaseEvent.

Property Type Description Optional
typestring = "LyricsLineEvent"Event type identifier.
guildIdstringGuild this event applies to.
lineLyricsLineLyrics line.
skippedbooleanWhether 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.
guildIdstringGuild 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.
guildIdstringGuild this event applies to.