who-is alias

This commit is contained in:
Dragon Fire
2021-02-06 12:03:16 -05:00
parent 2be05536ad
commit b52ffc8e4c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.',