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: '' - } - ] }); }