Show avatar for member and not user

This commit is contained in:
Loïc Bersier 2019-05-11 19:46:53 +02:00
parent 92f4b969b6
commit 3b579f7fa9

View file

@ -8,13 +8,13 @@ class AvatarCommand extends Command {
args: [
{
id: 'user',
type: 'user'
type: 'member'
}
],
description: {
content: 'Show avatar of the mentioned user or you',
usage: '(optional) [@user]',
examples: ['', '@user']
examples: ['', '@user', 'username']
}
});
}