From 80ec222f81c1da91cda4637a7777a71bcd5b7546 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sat, 25 Mar 2017 05:52:11 +0000 Subject: [PATCH] Fix Math Game? --- commands/games/mathgame.js | 3 --- 1 file changed, 3 deletions(-) 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(); } }] });