From c6d45a94b0e3bbcb0b2e01ed8e35428040126c45 Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Tue, 28 Apr 2020 13:16:40 -0700 Subject: The Return, v8.2.0 - add goodbye - add avatar alias to pfp - add rule34, gelbooru and danbooru - fix ban and kick - add advice - add motivation alias to motivate --- src/commands/user/pfp.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/commands/user') diff --git a/src/commands/user/pfp.ts b/src/commands/user/pfp.ts index f6948b3..6efba76 100644 --- a/src/commands/user/pfp.ts +++ b/src/commands/user/pfp.ts @@ -6,7 +6,14 @@ module.exports = class PFPServer extends Command { constructor(client) { super(client, { name: 'pfp', - aliases: ['profilepicture', 'profile-picture', 'profileimage', 'profile-image'], + aliases: [ + 'profilepicture', + 'profile-picture', + 'profileimage', + 'profile-image', + 'avatar', + 'avi' + ], group: 'server', memberName: 'pfp', description: 'Grabs the profile picture of a given user.', -- cgit v1.2.3