From 388ddefc75c6527bbbf99b38fd9918763b6472cc Mon Sep 17 00:00:00 2001 From: Navy Date: Mon, 17 Aug 2020 23:49:25 +0300 Subject: [PATCH] dynamic avatar url --- structure/client/components/commands/information/User.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structure/client/components/commands/information/User.js b/structure/client/components/commands/information/User.js index 43b1c88..f0cd14c 100644 --- a/structure/client/components/commands/information/User.js +++ b/structure/client/components/commands/information/User.js @@ -115,7 +115,7 @@ class UserCommand extends Command { }, description: response, thumbnail: { - url: user.avatarURL() || user.defaultAvatarURL + url: user.displayAvatarURL({ dynamic: true }) || user.defaultAvatarURL }, fields: [], footer: {