mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33: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,
|
timestamp: this.timestamp ? new Date(this.timestamp) : null,
|
||||||
color: this.color,
|
color: this.color,
|
||||||
fields: this.fields,
|
fields: this.fields,
|
||||||
files: this.files,
|
|
||||||
thumbnail: this.thumbnail,
|
thumbnail: this.thumbnail,
|
||||||
image: this.image,
|
image: this.image,
|
||||||
author: this.author ? {
|
author: this.author ? {
|
||||||
|
|||||||
Reference in New Issue
Block a user