From 9c6504d9d75e490ef203519aab99e3b7577982c7 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Thu, 11 Oct 2018 15:37:03 +0200 Subject: [PATCH] forgot to put default --- commands/fun/face.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/fun/face.js b/commands/fun/face.js index ae89c15..1c0b3ae 100644 --- a/commands/fun/face.js +++ b/commands/fun/face.js @@ -18,6 +18,7 @@ module.exports = class faceappCommand extends Command { key: 'type', prompt: 'How the face should change ? (default to female)', 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"] } ]