Should be all of them

This commit is contained in:
Dragon Fire
2020-02-25 09:32:20 -05:00
parent 7222ae28e8
commit 91d9e827e2
+2 -2
View File
@@ -1,4 +1,4 @@
// Credit:
// Credit:
// https://github.com/discordjs/discord.js/blob/ecd8cccddf9b83f4f7cd858fdcad9e436ac51794/src/structures/MessageEmbed.js
const { Util } = require('discord.js');
@@ -361,7 +361,7 @@ class MessageEmbed {
} : null,
footer: this.footer ? {
text: this.footer.text,
icon_url: this.footer.iconURL,
icon_url: this.footer.iconURL
} : null
};
}