rename
This commit is contained in:
parent
e60b506308
commit
548ae6fab2
2 changed files with 2 additions and 2 deletions
|
@ -11,10 +11,10 @@ module.exports = class Avatar extends Command {
|
|||
{
|
||||
type: 6,
|
||||
name: 'user',
|
||||
description: 'The user who you want '
|
||||
description: 'The user to get information on'
|
||||
},
|
||||
],
|
||||
this.usage = '/userinfo [user]',
|
||||
this.usage = '/user [user]',
|
||||
this.friendlyOptions = '`user` - The user to get information on (optional)',
|
||||
this.category = category;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue