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

Commit

Permalink
Merge branch 'master' of https://github.com/FCCouncil/Moonglow
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Ray committed Oct 23, 2018
2 parents 6b00cf2 + 4370a23 commit 68f2fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/avatar.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exports.run = async (client, message, args) => {
exports.conf = {
enabled: true,
guildOnly: true,
aliases: ['av'],
aliases: ['av', 'pfp'],
permLevel: 'Standard User'
};

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

0 comments on commit 68f2fb7

Please sign in to comment.