Nagui parle fr

This commit is contained in:
Lucas
2020-12-19 10:52:00 +01:00
parent 6c1331911c
commit 531e1a1d49

View File

@@ -33,7 +33,7 @@ client.on('message', message => {
else if (command === "play") {
Genius.search_song(args.join(" "), (err, song) => {
if (err) {
message.channel.send("No result found for \"" + args.join(" ") + "\".");
message.channel.send("Je connais pas \"" + args.join(" ") + "\".");
} else {
Genius.get_lyrics(song.id, true, (err, lyrics) => {
if (err) {