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

Adding av as an alias for the avatar command (#169)

This commit is contained in:
DEX 2021-04-02 17:45:00 +04:00 committed by GitHub
parent 2af168b8e3
commit c4a8c3014e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ import { sendErrorMessage } from "../../../pluginUtils";
import { EmbedOptions } from "eris";
export const AvatarCmd = utilityCmd({
trigger: "avatar",
trigger: ["avatar", "av"],
description: "Retrieves a user's profile picture",
permission: "can_avatar",