Clarify addition

This commit is contained in:
= 2021-07-20 16:34:15 -04:00
parent 96d6ca4539
commit 1aaa0810d6
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ module.exports = {
fs.writeFile('./src/strings.json', JSON.stringify(strings), 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');
})
}
}