aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-07-23 11:53:20 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-07-23 11:53:20 -0400
commit1e1f1d15c116001d892a06267b3688a88f8b1d99 (patch)
tree8daa00c981f0c036fcafb48e2134605842e5553b
parented456ef581c5acd852a924d9cc274a259b2d8ce5 (diff)
downloadAleeBot-1e1f1d15c116001d892a06267b3688a88f8b1d99.tar.gz
AleeBot-1e1f1d15c116001d892a06267b3688a88f8b1d99.tar.bz2
AleeBot-1e1f1d15c116001d892a06267b3688a88f8b1d99.zip
AvatarURL changes
-rw-r--r--commands/avatarurl.js2
1 files changed, 1 insertions, 1 deletions
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 = {