1
0
Fork 0
Loïc Bersier 6 years ago
parent 7713e0a317
commit 16b2e897ae

@ -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',

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

Loading…
Cancel
Save