@@ -382,7 +382,7 @@ class Message extends Base {
|
|||||||
|
|
||||||
if (data.message_snapshots) {
|
if (data.message_snapshots) {
|
||||||
/**
|
/**
|
||||||
* The message associated with the message reference
|
* The message snapshots associated with the message reference
|
||||||
* @type {Collection<Snowflake, Message>}
|
* @type {Collection<Snowflake, Message>}
|
||||||
*/
|
*/
|
||||||
this.messageSnapshots = data.message_snapshots.reduce((coll, snapshot) => {
|
this.messageSnapshots = data.message_snapshots.reduce((coll, snapshot) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user