Clarify addition
This commit is contained in:
parent
96d6ca4539
commit
1aaa0810d6
@ -11,7 +11,7 @@ module.exports = {
|
|||||||
fs.writeFile('./src/strings.json', JSON.stringify(strings), err => {
|
fs.writeFile('./src/strings.json', JSON.stringify(strings), err => {
|
||||||
if (err) throw err;
|
if (err) throw err;
|
||||||
|
|
||||||
message.channel.send('It has been added to the list');
|
message.channel.send('"' + file.name + '" has been added to the list');
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user