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] });