Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Commit 68f2fb7

Browse files
author
Matthew Ray
committed
Merge branch 'master' of https://github.com/FCCouncil/Moonglow
2 parents 6b00cf2 + 4370a23 commit 68f2fb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commands/avatar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ exports.run = async (client, message, args) => {
2121
exports.conf = {
2222
enabled: true,
2323
guildOnly: true,
24-
aliases: ['av'],
24+
aliases: ['av', 'pfp'],
2525
permLevel: 'Standard User'
2626
};
2727

@@ -30,4 +30,4 @@ exports.help = {
3030
category: 'Misc',
3131
description: 'Gets a user\'s avatar.',
3232
usage: 'avatar [...user]'
33-
};
33+
};

0 commit comments

Comments
 (0)