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: [
|
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…
Reference in a new issue