This commit is contained in:
parent
7713e0a317
commit
16b2e897ae
2 changed files with 1 additions and 11 deletions
|
@ -9,7 +9,7 @@ module.exports = class faceappCommand extends Command {
|
||||||
name: 'face',
|
name: 'face',
|
||||||
group: 'fun',
|
group: 'fun',
|
||||||
memberName: 'face',
|
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: [
|
args: [
|
||||||
{
|
{
|
||||||
key: 'type',
|
key: 'type',
|
||||||
|
|
|
@ -8,16 +8,6 @@ module.exports = class AvatarCommand extends Command {
|
||||||
group: 'utility',
|
group: 'utility',
|
||||||
memberName: 'avatar',
|
memberName: 'avatar',
|
||||||
description: 'Send the avatar of the mentionned user.',
|
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…
Reference in a new issue