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