From 01c5dae7a502dcb3b9cac8f97ad1f749c9c3f053 Mon Sep 17 00:00:00 2001 From: dragonfire535 Date: Tue, 14 Mar 2017 12:30:35 -0400 Subject: [PATCH] Fix Improper Help in Math Game --- commands/random/mathgame.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/random/mathgame.js b/commands/random/mathgame.js index 37648913..6f7bdf82 100644 --- a/commands/random/mathgame.js +++ b/commands/random/mathgame.js @@ -8,8 +8,8 @@ class MathGameCommand extends commando.Command { name: 'mathgame', group: 'random', memberName: 'mathgame', - description: 'See how fast you can answer a math problem in a given time limit. (;typinggame easy)', - examples: [';typinggame easy', ';typinggame medium', ';typinggame hard', ';typinggame extreme'] + description: 'See how fast you can answer a math problem in a given time limit. (;mathgame easy)', + examples: [';mathgame easy', ';mathgame medium', ';mathgame hard', ';mathgame extreme'] }); }