add aliases to some commands

This commit is contained in:
derpystuff 2023-06-30 23:10:40 +02:00
parent 39e255973e
commit 75b8520481
3 changed files with 3 additions and 2 deletions

View file

@ -11,7 +11,7 @@ const { Permissions } = require("detritus-client/lib/constants");
module.exports = {
name: 'user',
label: 'user',
aliases: ['u', 'profile'],
aliases: ['u', 'profile', 'userinfo', 'ui'],
metadata: {
description: 'Displays information about a discord user. Accepts IDs, Mentions and Usernames.',
description_short: 'Information about discord users',