Fix Improper Help in Math Game

This commit is contained in:
dragonfire535
2017-03-14 12:30:35 -04:00
parent b2574c0a33
commit 01c5dae7a5
+2 -2
View File
@@ -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']
});
}