Skip to main content
Version: v2.9.1

Interface: NodeLinkGetLyricsData

warning

⚠️ This interface is only used by a NodeLink node.

Represents synced or unsynced lyrics data returned by Lavalink plugins.

Property Type Description Optional
namestringSource or provider name of the lyrics.
syncedbooleanWhether the lyrics are time-synced (karaoke-style).
dataobject[]Array of lyric line objects with optional timing info.
rtlbooleanWhether the lyrics should be rendered right-to-left.

data

Array of lyric line objects with optional timing info.

Property Type Description Optional
startTimenumberStart time of the lyric line in milliseconds.
endTimenumberEnd time of the lyric line in milliseconds.
textstringThe actual lyric text.