From 3e11fe5fb97558f010a82e9c5d08685e0702f359 Mon Sep 17 00:00:00 2001 From: "lucas.mathieu" Date: Sat, 19 Dec 2020 10:52:00 +0100 Subject: [PATCH] Nagui parle fr --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 3df61f4..296ded0 100644 --- a/index.js +++ b/index.js @@ -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) {