From 4dabf78067f84297078996fc536e948c1e8cccc0 Mon Sep 17 00:00:00 2001 From: Elysia <71698422+aiko-chan-ai@users.noreply.github.com> Date: Fri, 14 Feb 2025 22:24:13 +0700 Subject: [PATCH] docs(Message): improve message snapshots description #10709 djs --- src/structures/Message.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/Message.js b/src/structures/Message.js index 501dac9..af3fe0f 100644 --- a/src/structures/Message.js +++ b/src/structures/Message.js @@ -382,7 +382,7 @@ class Message extends Base { if (data.message_snapshots) { /** - * The message associated with the message reference + * The message snapshots associated with the message reference * @type {Collection} */ this.messageSnapshots = data.message_snapshots.reduce((coll, snapshot) => {