From 16b2e897aec361039449451a340fe2e74764f318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Mon, 29 Oct 2018 19:04:35 +0100 Subject: [PATCH] --- commands/fun/face.js | 2 +- commands/utility/avatar.js | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/commands/fun/face.js b/commands/fun/face.js index caa4a1b6..9c01d4c2 100644 --- a/commands/fun/face.js +++ b/commands/fun/face.js @@ -9,7 +9,7 @@ module.exports = class faceappCommand extends Command { name: 'face', group: 'fun', memberName: 'face', - description: `use faceapp to change the face of someone, Here the available filter https://goo.gl/5LLbJJ`, + description: `use faceapp to change the face of someone, Here the available filter `, args: [ { key: 'type', diff --git a/commands/utility/avatar.js b/commands/utility/avatar.js index f4ad27e0..e5e08697 100644 --- a/commands/utility/avatar.js +++ b/commands/utility/avatar.js @@ -8,16 +8,6 @@ module.exports = class AvatarCommand extends Command { group: 'utility', memberName: 'avatar', description: 'Send the avatar of the mentionned user.', - memberName: 'say', - description: `Repeat the text you send`, - args: [ - { - key: 'user', - prompt: 'What do you want me to say', - type: 'user', - default: '' - } - ] }); }