docs(Message): improve message snapshots description

#10709 djs
This commit is contained in:
Elysia
2025-02-14 22:24:13 +07:00
parent 5f9089b60b
commit 4dabf78067

View File

@@ -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) => {