diff --git a/commands/roll.js b/commands/roll.js index 4285b48..e48a32d 100644 --- a/commands/roll.js +++ b/commands/roll.js @@ -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'); }) } } \ No newline at end of file