mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-08 07:11:49 +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.',
|
||||
|
||||
Reference in New Issue
Block a user