fix(MessageEmbed): don't send 'files' as part of the embed (#1982)

This commit is contained in:
SpaceEEC
2017-09-26 19:17:27 +02:00
committed by Crawl
parent 27ccad1f1c
commit 1537dd7be7

View File

@@ -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 ? {