forked from Supositware/Haha-Yes
forgot to put default
This commit is contained in:
parent
8eb6dc601d
commit
9c6504d9d7
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ module.exports = class faceappCommand extends Command {
|
||||||
key: 'type',
|
key: 'type',
|
||||||
prompt: 'How the face should change ? (default to female)',
|
prompt: 'How the face should change ? (default to female)',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
default: 'female',
|
||||||
oneOf: ["no-filter", "smile", "smile_2", "hot", "old", "young", "hollywood", "fun_glasses", "hitman", "mustache_free", "pan", "heisenberg", "female", "female_2", "male", "impression", "goatee", "mustache", "hipster", "lion", "bangs", "glasses", "wave", "makeup"]
|
oneOf: ["no-filter", "smile", "smile_2", "hot", "old", "young", "hollywood", "fun_glasses", "hitman", "mustache_free", "pan", "heisenberg", "female", "female_2", "male", "impression", "goatee", "mustache", "hipster", "lion", "bangs", "glasses", "wave", "makeup"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue