Moved to utility and now output what the autoresponse is

Commando
Loic Bersier 6 years ago
parent 50c73ddc0c
commit 7c613b8f00

@ -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}`);
}
};
Loading…
Cancel
Save