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

Commit

Permalink
Merge pull request #140 from HitTheQuan420360/patch-1
Browse files Browse the repository at this point in the history
Update avatar.js
  • Loading branch information
matthew119427 authored Oct 23, 2018
2 parents 0336964 + 6ef90e3 commit 4370a23
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 4370a23

Please sign in to comment.