diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-07-23 11:53:20 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-07-23 11:53:20 -0400 |
| commit | 1e1f1d15c116001d892a06267b3688a88f8b1d99 (patch) | |
| tree | 8daa00c981f0c036fcafb48e2134605842e5553b /commands | |
| parent | ed456ef581c5acd852a924d9cc274a259b2d8ce5 (diff) | |
| download | AleeBot-1e1f1d15c116001d892a06267b3688a88f8b1d99.tar.gz AleeBot-1e1f1d15c116001d892a06267b3688a88f8b1d99.tar.bz2 AleeBot-1e1f1d15c116001d892a06267b3688a88f8b1d99.zip | |
AvatarURL changes
Diffstat (limited to 'commands')
| -rw-r--r-- | commands/avatarurl.js | 2 |
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 = { |
