diff --git a/commands/info/user.js b/commands/info/user.js index 2ee889d8..a35ab2b1 100644 --- a/commands/info/user.js +++ b/commands/info/user.js @@ -22,7 +22,7 @@ module.exports = class UserCommand extends Command { constructor(client) { super(client, { name: 'user', - aliases: ['user-info', 'member', 'member-info'], + aliases: ['user-info', 'member', 'member-info', 'profile'], group: 'info', memberName: 'user', description: 'Responds with detailed information on a user.', diff --git a/package.json b/package.json index e6741fcd..df326d11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "116.15.0", + "version": "116.15.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {