mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +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,
|
||||
color: this.color,
|
||||
fields: this.fields,
|
||||
files: this.files,
|
||||
thumbnail: this.thumbnail,
|
||||
image: this.image,
|
||||
author: this.author ? {
|
||||
|
|
|
|||
Loading…
Reference in a new issue