You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -722,3 +722,21 @@ if(previousTrack) {
722
722
- FIXED autoplay not working :: Accidentally added an invalid if statement, which made autoplay not working anymore (during the if statement to not prevent autoplay spam)
723
723
- Added a new AutoplayExecution Debug Log
724
724
- Added more samples to the Testbot related configuration
725
+
726
+
727
+
## **Version 2.3.6
728
+
- Added Lyrics Support:
729
+
- New Player Functions:
730
+
- **`constlyrics=awaitplayer.getCurrentLyrics(false); `** -> *Get lyrics of current playing track*
731
+
- **`constlyrics=awaitplayer.getLyrics(track, true); `** -> *Get lyrics of a specific track with ignoring it's sources*
732
+
- **`player.subscribeLyrics(); `** -> *Subscribe this guild to retrieve "live lyrics" as the song is *playing
733
+
- **`player.unsubscribeLyrics(); `** -> *Unsubscribe from lyrics
734
+
- New Node Functions ( same as from player, just so you can access it without player too ):*
thrownewRangeError(`there is no lyrics source (via lavasrc-plugin / java-lyrics-plugin) available in the lavalink node (required for lyrics): ${this.id}`);
thrownewRangeError(`there is no lyrics source (via lavasrc-plugin / java-lyrics-plugin) available in the lavalink node (required for lyrics): ${this.id}`);
thrownewRangeError(`there is no lyrics source (via lavasrc-plugin / java-lyrics-plugin) available in the lavalink node (required for lyrics): ${this.id}`);
thrownewRangeError(`there is no lyrics source (via lavasrc-plugin / java-lyrics-plugin) available in the lavalink node (required for lyrics): ${this.id}`);
0 commit comments