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
@@ -34,21 +34,18 @@ module.exports = class KissMarryKillCommand extends Command {
{
key: 'first',
label: 'first name',
prompt: 'Who is the first person you choose?',
type: 'string',
max: 500
},
{
key: 'second',
label: 'second name',
prompt: 'Who is the second person you choose?',
type: 'string',
max: 500
},
{
key: 'third',
label: 'third name',
prompt: 'Who is the third person you choose?',
type: 'string',
max: 500
}