Should be all of them

This commit is contained in:
Dragon Fire
2020-02-25 09:32:20 -05:00
parent 7222ae28e8
commit 91d9e827e2
+1 -1
View File
@@ -361,7 +361,7 @@ class MessageEmbed {
} : null, } : null,
footer: this.footer ? { footer: this.footer ? {
text: this.footer.text, text: this.footer.text,
icon_url: this.footer.iconURL, icon_url: this.footer.iconURL
} : null } : null
}; };
} }