From d440e598297b8b4ceab8bf7c164cebe7fc85aead Mon Sep 17 00:00:00 2001 From: loicbersier Date: Fri, 12 Oct 2018 16:11:18 +0200 Subject: [PATCH] updated description of url --- commands/fun/face.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/fun/face.js b/commands/fun/face.js index 1f42d4aa..af6af10b 100644 --- a/commands/fun/face.js +++ b/commands/fun/face.js @@ -11,7 +11,7 @@ module.exports = class faceappCommand extends Command { args: [ { key: 'url', - prompt: 'Wich image would you want to process', + prompt: 'Wich image would you want to process (default to empty so you can also send an image without the adress)', type: 'string', default: '' },