Fix Math Game?

This commit is contained in:
Daniel Odendahl Jr
2017-03-25 05:52:11 +00:00
parent 487550562e
commit 80ec222f81
-3
View File
@@ -28,9 +28,6 @@ module.exports = class MathGameCommand extends commando.Command {
return true;
}
return 'Please set the difficulty to either `easy`, `medium`, `hard`, or `extreme`.';
},
parse: (str) => {
str.toLowerCase();
}
}]
});