proxy favicon
This commit is contained in:
parent
4ddbb90ef6
commit
f80cc5da82
1 changed files with 1 additions and 1 deletions
|
@ -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] });
|
||||||
|
|
Loading…
Reference in a new issue