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: [ args: [
{ {
id: 'user', id: 'user',
type: 'user' type: 'member'
} }
], ],
description: { description: {
content: 'Show avatar of the mentioned user or you', content: 'Show avatar of the mentioned user or you',
usage: '(optional) [@user]', usage: '(optional) [@user]',
examples: ['', '@user'] examples: ['', '@user', 'username']
} }
}); });
} }