forked from Supositware/Haha-Yes
fixed avatar
This commit is contained in:
parent
16b2e897ae
commit
07e243e928
1 changed files with 8 additions and 0 deletions
|
@ -8,6 +8,14 @@ module.exports = class AvatarCommand extends Command {
|
|||
group: 'utility',
|
||||
memberName: 'avatar',
|
||||
description: 'Send the avatar of the mentionned user.',
|
||||
args: [
|
||||
{
|
||||
key: 'user',
|
||||
prompt: 'What do you want me to say',
|
||||
type: 'user',
|
||||
default: ''
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue