Moved to utility and now output what the autoresponse is

This commit is contained in:
Loic Bersier 2018-12-06 04:36:37 +01:00
parent 50c73ddc0c
commit 7c613b8f00

View file

@ -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}`);
}
};