mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
who-is alias
This commit is contained in:
@@ -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.',
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "128.4.5",
|
||||
"version": "128.4.6",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user