Version 1.0.1 - Fix de nombreux bugs

This commit is contained in:
2025-05-03 18:26:16 +02:00
parent 812d5c72fa
commit 3aa4201dd2
17 changed files with 760 additions and 199 deletions

View File

@@ -62,13 +62,7 @@ const command = new Command("play", "Jouer une musique à partir d'un lien dans
if(song.type == "spotify") {
song = await spotify.getTracks(song)
}
if(now) {
player.readPlaylist(song, true)
} else {
player.readPlaylist(song)
}
player.readPlaylist(song, now)
} else {