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: {