This commit is contained in:
Daniel Odendahl Jr
2017-06-17 03:44:36 +00:00
parent 202a78be0c
commit 29d875612d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ module.exports = class TemperatureCommand extends Command {
});
}
run(msg, args) {
run(msg, args) { // eslint-disable-line consistent-return
const { base, to, amount } = args;
if (base === to) {
return msg.say(`Converting ${base} to ${to} is the same value, dummy.`);