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