mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 13:03:31 +01:00
fix(MessageEmbed): explicitly mark proxyIconURL as undefined (#4097)
This commit is contained in:
@@ -324,7 +324,7 @@ class MessageEmbed {
|
|||||||
*/
|
*/
|
||||||
setFooter(text, iconURL) {
|
setFooter(text, iconURL) {
|
||||||
text = Util.resolveString(text);
|
text = Util.resolveString(text);
|
||||||
this.footer = { text, iconURL };
|
this.footer = { text, iconURL, proxyIconURL: undefined };
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user