From eaa9b89235955c24a41c44beda150f2ea34cc4f9 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 14 Apr 2021 17:52:29 -0400 Subject: [PATCH] av alias --- commands/info/avatar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/info/avatar.js b/commands/info/avatar.js index 867906ac..43ce0c0f 100644 --- a/commands/info/avatar.js +++ b/commands/info/avatar.js @@ -12,7 +12,7 @@ module.exports = class AvatarCommand extends Command { constructor(client) { super(client, { name: 'avatar', - aliases: ['profile-picture', 'profile-pic', 'pfp'], + aliases: ['profile-picture', 'profile-pic', 'pfp', 'av'], group: 'info', memberName: 'avatar', description: 'Responds with a user\'s avatar.',