mirror of
https://github.com/danbulant/discord.js
synced 2026-06-07 16:52:16 +00:00
fix(MessageEmbed): don't send 'files' as part of the embed (#1982)
This commit is contained in:
parent
27ccad1f1c
commit
1537dd7be7
1 changed files with 0 additions and 1 deletions
|
|
@ -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 ? {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue