From f3555c35cf80f34ad44b470b54531dc0869e3df5 Mon Sep 17 00:00:00 2001 From: Navy Date: Sat, 5 Sep 2020 23:57:10 +0300 Subject: [PATCH] alises for user --- structure/client/components/commands/information/User.js | 4 ++++ 1 file changed, 4 insertions(+) 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',