diff --git a/structure/client/components/commands/information/User.js b/structure/client/components/commands/information/User.js index f0cd14c..c52fcd6 100644 --- a/structure/client/components/commands/information/User.js +++ b/structure/client/components/commands/information/User.js @@ -26,6 +26,10 @@ class UserCommand extends Command { module: 'information', description: 'Display information about user.', guildOnly: true, + aliases: [ + 'userinfo', + 'whois' + ], arguments: [ { name: 'search',