3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

feat: add requested 'whois' as alias for !user (#122)

This commit is contained in:
vcokltfre 2020-12-12 20:24:09 +00:00 committed by GitHub
parent 160bd4356e
commit 497b76296d
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",