Skip to content

$lyrics

$lyrics will search a track lyrics.

Usage

$lyrics[title;property?]

Parameters

FieldTypeDescriptionRequired
titlestringsong titletrue
property?stringsearch property you want to retrievefalse

Property

FieldReturnsDescription
titlestringSong title
lyricsstringSong lyrics
artiststringSong author
sourcestringSong lyrics source

Example(s)

will search a track lyrics

1
client.command({
2
name: "lyrics",
3
code: `
4
$lyrics[Reckless]
5
`
6
});