Improved formatting
This commit is contained in:
2
index.js
2
index.js
@@ -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");
|
||||
});
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user