mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 06:10:49 +02:00
Fix Improper Help in Math Game
This commit is contained in:
@@ -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']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user