From b52ffc8e4ce797fe13eff3080ab52290e2be376d Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 6 Feb 2021 12:03:16 -0500 Subject: [PATCH] who-is alias --- commands/info/user.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/info/user.js b/commands/info/user.js index 6b384bfb..2d86b3b5 100644 --- a/commands/info/user.js +++ b/commands/info/user.js @@ -23,7 +23,7 @@ module.exports = class UserCommand extends Command { constructor(client) { super(client, { name: 'user', - aliases: ['user-info', 'member', 'member-info', 'profile'], + aliases: ['user-info', 'member', 'member-info', 'profile', 'who-is', 'who'], group: 'info', memberName: 'user', description: 'Responds with detailed information on a user.', diff --git a/package.json b/package.json index 5073558d..d28f03fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "128.4.5", + "version": "128.4.6", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {