diff options
Diffstat (limited to 'src/commands/user')
| -rw-r--r-- | src/commands/user/pfp.ts | 9 |
1 files changed, 8 insertions, 1 deletions
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.', |