mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 22:21:51 +00:00
feat: add requested 'whois' as alias for !user (#122)
This commit is contained in:
parent
160bd4356e
commit
497b76296d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import { getUserInfoEmbed } from "../functions/getUserInfoEmbed";
|
||||||
import { sendErrorMessage } from "../../../pluginUtils";
|
import { sendErrorMessage } from "../../../pluginUtils";
|
||||||
|
|
||||||
export const UserInfoCmd = utilityCmd({
|
export const UserInfoCmd = utilityCmd({
|
||||||
trigger: ["user", "userinfo"],
|
trigger: ["user", "userinfo", "whois"],
|
||||||
description: "Show information about a user",
|
description: "Show information about a user",
|
||||||
usage: "!user 106391128718245888",
|
usage: "!user 106391128718245888",
|
||||||
permission: "can_userinfo",
|
permission: "can_userinfo",
|
||||||
|
|
Loading…
Add table
Reference in a new issue