Examples
Getting Lyrics
Learn how to add plain or synced lyrics to your bot
Discord Player provides two different methods for getting lyrics of a song. The first method is more robust and also provides synced lyrics. The second method is the old method and is powered by node-genius-lyrics library.
New Method
This method is built into discord-player itself and provides both plaintext and synced lyrics. This method is more robust and reliable than the old method. It is powered by lrclib.
Plain Lyrics
Synced Lyrics
Discord Player relies on queue's current time to detect the current line in the lyrics. It does not validate if the current track is the same as the track for which lyrics were fetched.