From 1aaa0810d6174058ea3abfffeb2f52f0c01029a5 Mon Sep 17 00:00:00 2001 From: = Date: Tue, 20 Jul 2021 16:34:15 -0400 Subject: [PATCH] Clarify addition --- commands/roll.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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