diff --git a/commands/pfp.js b/commands/pfp.js index 3e9e0ee..6a57d51 100644 --- a/commands/pfp.js +++ b/commands/pfp.js @@ -13,6 +13,6 @@ module.exports = { } let user = message.guild.members.cache.get(info); - message.channel.send(user.user.avatarURL({ format: 'png', dynamic: true, size: 2048 })) + message.channel.send(user.user.avatarURL({ format: 'png', dynamic: true, size: 4096 })) } }; \ No newline at end of file