mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 05:51:42 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -33,13 +33,11 @@ module.exports = class SpidermanPointingCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'first',
|
||||
prompt: 'What should the first spiderman be?',
|
||||
type: 'string',
|
||||
max: 500
|
||||
},
|
||||
{
|
||||
key: 'second',
|
||||
prompt: 'What should the second spiderman be?',
|
||||
type: 'string',
|
||||
max: 500
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user