mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-13 00:09:08 +02:00
who-is alias
This commit is contained in:
@@ -23,7 +23,7 @@ module.exports = class UserCommand extends Command {
|
|||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'user',
|
name: 'user',
|
||||||
aliases: ['user-info', 'member', 'member-info', 'profile'],
|
aliases: ['user-info', 'member', 'member-info', 'profile', 'who-is', 'who'],
|
||||||
group: 'info',
|
group: 'info',
|
||||||
memberName: 'user',
|
memberName: 'user',
|
||||||
description: 'Responds with detailed information on a user.',
|
description: 'Responds with detailed information on a user.',
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "128.4.5",
|
"version": "128.4.6",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user