diff --git a/commands/fun/face.js b/commands/fun/face.js
index caa4a1b..9c01d4c 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 <https://goo.gl/5LLbJJ>`,
             args: [
                 {
                     key: 'type',
diff --git a/commands/utility/avatar.js b/commands/utility/avatar.js
index f4ad27e..e5e0869 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: ''
-                }
-            ]
         });
     }