diff --git a/commands/games/mathgame.js b/commands/games/mathgame.js index cd8d9414..524e5e3d 100644 --- a/commands/games/mathgame.js +++ b/commands/games/mathgame.js @@ -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(); } }] });