mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 15:57:50 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -22,7 +22,6 @@ module.exports = class MathCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'expression',
|
||||
prompt: 'What expression do you want to evaluate?',
|
||||
type: 'string'
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user