Improved formatting

This commit is contained in:
2020-12-19 12:30:27 +01:00
parent 65c6e002fc
commit 9b1f98c954

View File

@@ -69,7 +69,7 @@ client.on('message', message => {
});
fs.writeFile('data.json', JSON.stringify(data, null, 4), (err) => {
if (err) throw err;
message.reply("J'ai ajouté \"" + song.title + "\" à votre liste");
message.reply("J'ai ajouté `" + song.title + "` à votre liste");
});
})
}