1
0
Fork 0

fixed avatar

Commando
Loïc Bersier 6 years ago
parent 16b2e897ae
commit 07e243e928

@ -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…
Cancel
Save