From 7c613b8f001790b96ca9302646f3e6c04a8e2280 Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Thu, 6 Dec 2018 04:36:37 +0100 Subject: [PATCH] Moved to utility and now output what the autoresponse is --- commands/{admin => utility}/tag.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename commands/{admin => utility}/tag.js (95%) diff --git a/commands/admin/tag.js b/commands/utility/tag.js similarity index 95% rename from commands/admin/tag.js rename to commands/utility/tag.js index e0f4519a..c413abbd 100644 --- a/commands/admin/tag.js +++ b/commands/utility/tag.js @@ -51,6 +51,6 @@ module.exports = class CustomResponseCommand extends Command { } })}}); - return message.say(`autoresponse have been set`); + return message.say(`autoresponse have been set to ${trigger} : ${response}`); } }; \ No newline at end of file