proxy favicon

This commit is contained in:
Ashley Graves 2024-10-10 16:15:10 +02:00
parent 4ddbb90ef6
commit f80cc5da82

View file

@ -164,7 +164,7 @@ module.exports = {
.setImage(proxy(post.fileUrl)) .setImage(proxy(post.fileUrl))
.setFooter({ .setFooter({
text: footerText, text: footerText,
iconURL: `https://${post.booru.domain}/favicon.ico`, iconURL: proxy(`https://${post.booru.domain}/favicon.ico`),
}) })
await interaction.followUp({ content: "", embeds: [embed.data] }); await interaction.followUp({ content: "", embeds: [embed.data] });