forked from Supositware/Haha-Yes
Show avatar for member and not user
This commit is contained in:
parent
92f4b969b6
commit
3b579f7fa9
1 changed files with 2 additions and 2 deletions
|
@ -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']
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue