From 1537dd7be758dab0b7684f3dcd618b6ef05a72bd Mon Sep 17 00:00:00 2001 From: SpaceEEC Date: Tue, 26 Sep 2017 19:17:27 +0200 Subject: [PATCH] fix(MessageEmbed): don't send 'files' as part of the embed (#1982) --- src/structures/MessageEmbed.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/structures/MessageEmbed.js b/src/structures/MessageEmbed.js index 4c61441d0..a3a3f18ff 100644 --- a/src/structures/MessageEmbed.js +++ b/src/structures/MessageEmbed.js @@ -319,7 +319,6 @@ class MessageEmbed { timestamp: this.timestamp ? new Date(this.timestamp) : null, color: this.color, fields: this.fields, - files: this.files, thumbnail: this.thumbnail, image: this.image, author: this.author ? {