mirror of
https://github.com/danbulant/discord.js
synced 2026-06-18 06:01:03 +00:00
Webpack build for branch 11.4-dev: 616e0dd398
This commit is contained in:
parent
ac906a5c8a
commit
329f2defb0
2 changed files with 2 additions and 2 deletions
|
|
@ -6778,7 +6778,7 @@ class Message {
|
|||
const clone = Util.cloneObject(this);
|
||||
this._edits.unshift(clone);
|
||||
|
||||
if ('editedTimestamp' in data) this.editedTimestamp = new Date(data.edited_timestamp).getTime();
|
||||
if ('edited_timestamp' in data) this.editedTimestamp = new Date(data.edited_timestamp).getTime();
|
||||
if ('content' in data) this.content = data.content;
|
||||
if ('pinned' in data) this.pinned = data.pinned;
|
||||
if ('tts' in data) this.tts = data.tts;
|
||||
|
|
|
|||
2
discord.11.4-dev.min.js
vendored
2
discord.11.4-dev.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue