This commit is contained in:
Emily 2022-12-13 13:43:55 +11:00
parent e60b506308
commit 548ae6fab2
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}