From 1e1f1d15c116001d892a06267b3688a88f8b1d99 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 23 Jul 2020 11:53:20 -0400 Subject: AvatarURL changes --- commands/avatarurl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/avatarurl.js b/commands/avatarurl.js index 293a1a4..7c50e2c 100644 --- a/commands/avatarurl.js +++ b/commands/avatarurl.js @@ -18,7 +18,7 @@ * * *************************************/ module.exports.run = async (client, message) => { - message.reply(message.author.avatarURL()); + message.reply(message.author.avatarURL({ dynamic: true, format: 'png', size: 1024 })); }; exports.conf = { -- cgit v1.2.3