diff --git a/commands/avatar.js b/commands/avatar.js index bbb1d99..51cebe8 100644 --- a/commands/avatar.js +++ b/commands/avatar.js @@ -21,7 +21,7 @@ exports.run = async (client, message, args) => { exports.conf = { enabled: true, guildOnly: true, - aliases: ['av'], + aliases: ['av', 'pfp'], permLevel: 'Standard User' }; @@ -30,4 +30,4 @@ exports.help = { category: 'Misc', description: 'Gets a user\'s avatar.', usage: 'avatar [...user]' -}; \ No newline at end of file +};