Remove prompt from all commands

This commit is contained in:
Dragon Fire
2024-03-30 00:30:52 -04:00
parent c258b41dae
commit 8d8198784e
400 changed files with 0 additions and 548 deletions
-3
View File
@@ -35,21 +35,18 @@ module.exports = class PlanktonPlanCommand extends Command {
{
key: 'step1',
label: 'step 1',
prompt: 'What should the first step of Plankton\'s plan be?',
type: 'string',
max: 150
},
{
key: 'step2',
label: 'step 2',
prompt: 'What should the second step of Plankton\'s plan be?',
type: 'string',
max: 150
},
{
key: 'step3',
label: 'step 3',
prompt: 'What should the third step of Plankton\'s plan be?',
type: 'string',
max: 150
}