From a2dd3e0ca5fd03edfd023eff241c18262dc88f7f Mon Sep 17 00:00:00 2001 From: Sophie Marie Date: Mon, 14 Nov 2022 22:04:06 -0600 Subject: [PATCH] Fix GIF profile pictures not being displayed as the GIF --- commands/avatar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/avatar.js b/commands/avatar.js index 53d203e..519db6d 100644 --- a/commands/avatar.js +++ b/commands/avatar.js @@ -37,7 +37,7 @@ module.exports = { text: config.footerTxt }, image: { - url: target.displayAvatarURL() + url: target.displayAvatarURL({ dynamic: true }) } }] };