From 174c960577236c460343a30bd53b0fd2720705e7 Mon Sep 17 00:00:00 2001 From: hcs1219 <87796473+hcs1219@users.noreply.github.com> Date: Thu, 2 Feb 2023 02:50:35 +0800 Subject: [PATCH] Update avatar.js --- command/Information/avatar.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/command/Information/avatar.js b/command/Information/avatar.js index 893035f..2d07d4f 100644 --- a/command/Information/avatar.js +++ b/command/Information/avatar.js @@ -2,7 +2,6 @@ const { EmbedBuilder } = require("discord.js"); module.exports = { name: "avatar", description: "Show user's avatar in different formats", - usage: "{User}", category: "Information", options: [ @@ -39,7 +38,7 @@ module.exports = { })})**` ) .setImage( - member.user.avatarURL({ size: 2048, dynamic: true, format: "png" }) + member.user.displayAvatarURL({ size: 2048, dynamic: true, format: "png" }) ) .setFooter({ text: `Made by ${client.author}`,