mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
fix(MessageEmbed): don't send 'files' as part of the embed (#1982)
This commit is contained in:
@@ -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 ? {
|
||||
|
||||
Reference in New Issue
Block a user