Show avatar for member and not user

merge-requests/3/head
Loïc Bersier 5 years ago
parent 92f4b969b6
commit 3b579f7fa9

@ -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']
} }
}); });
} }

Loading…
Cancel
Save