From f80cc5da827d4afaa6452126ed4f56723200a559 Mon Sep 17 00:00:00 2001 From: Ashley Graves Date: Thu, 10 Oct 2024 16:15:10 +0200 Subject: [PATCH] proxy favicon --- src/commands/fun/gelbooru.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/fun/gelbooru.js b/src/commands/fun/gelbooru.js index 5a4f28c..16cdc34 100644 --- a/src/commands/fun/gelbooru.js +++ b/src/commands/fun/gelbooru.js @@ -164,7 +164,7 @@ module.exports = { .setImage(proxy(post.fileUrl)) .setFooter({ text: footerText, - iconURL: `https://${post.booru.domain}/favicon.ico`, + iconURL: proxy(`https://${post.booru.domain}/favicon.ico`), }) await interaction.followUp({ content: "", embeds: [embed.data] });