Adding av as an alias for the avatar command (#169)
This commit is contained in:
parent
2af168b8e3
commit
c4a8c3014e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import { sendErrorMessage } from "../../../pluginUtils";
|
||||||
import { EmbedOptions } from "eris";
|
import { EmbedOptions } from "eris";
|
||||||
|
|
||||||
export const AvatarCmd = utilityCmd({
|
export const AvatarCmd = utilityCmd({
|
||||||
trigger: "avatar",
|
trigger: ["avatar", "av"],
|
||||||
description: "Retrieves a user's profile picture",
|
description: "Retrieves a user's profile picture",
|
||||||
permission: "can_avatar",
|
permission: "can_avatar",
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue