3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-20 00:05:04 +00:00

feat: add requested 'whois' as alias for !user

This commit is contained in:
vcokltfre 2020-11-02 19:09:33 +00:00 committed by GitHub
parent 356c86f033
commit 06578bcff3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ import { getUserInfoEmbed } from "../functions/getUserInfoEmbed";
import { sendErrorMessage } from "../../../pluginUtils";
export const UserInfoCmd = utilityCmd({
trigger: ["user", "userinfo"],
trigger: ["user", "userinfo", "whois"],
description: "Show information about a user",
usage: "!user 106391128718245888",
permission: "can_userinfo",