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