mirror of
https://github.com/danbulant/discord.js
synced 2026-07-07 20:20:55 +00:00
Webpack build for branch 11.3-dev: 7126cade45
This commit is contained in:
parent
5e15ae9ff8
commit
8d8205d610
2 changed files with 4 additions and 2 deletions
|
|
@ -5959,7 +5959,9 @@ class RichEmbed {
|
||||||
url: this.url,
|
url: this.url,
|
||||||
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 ? this.fields.map(field => ({ name: field.name, value: field.value })) : null,
|
fields: this.fields ?
|
||||||
|
this.fields.map(field => ({ name: field.name, value: field.value, inline: field.inline })) :
|
||||||
|
null,
|
||||||
thumbnail: this.thumbnail ? {
|
thumbnail: this.thumbnail ? {
|
||||||
url: this.thumbnail.url,
|
url: this.thumbnail.url,
|
||||||
} : null,
|
} : null,
|
||||||
|
|
|
||||||
2
discord.11.3-dev.min.js
vendored
2
discord.11.3-dev.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue