mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 22:32:52 +02:00
Fix Improper Help in Math Game
This commit is contained in:
@@ -8,8 +8,8 @@ class MathGameCommand extends commando.Command {
|
|||||||
name: 'mathgame',
|
name: 'mathgame',
|
||||||
group: 'random',
|
group: 'random',
|
||||||
memberName: 'mathgame',
|
memberName: 'mathgame',
|
||||||
description: 'See how fast you can answer a math problem in a given time limit. (;typinggame easy)',
|
description: 'See how fast you can answer a math problem in a given time limit. (;mathgame easy)',
|
||||||
examples: [';typinggame easy', ';typinggame medium', ';typinggame hard', ';typinggame extreme']
|
examples: [';mathgame easy', ';mathgame medium', ';mathgame hard', ';mathgame extreme']
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user