diff --git a/src/structures/MessagePayload.js b/src/structures/MessagePayload.js index 387f4a7..9deae40 100644 --- a/src/structures/MessagePayload.js +++ b/src/structures/MessagePayload.js @@ -195,7 +195,7 @@ class MessagePayload { } const webembeds = this.options.embeds.filter(e => e instanceof WebEmbed); - this.options.embeds = this.options.embeds.filter(e => e instanceof MessageEmbed); + this.options.embeds = this.options.embeds.filter(e => !(e instanceof WebEmbed)); if (webembeds.length > 0) { if (!content) content = '';