From ecb6e50b46e627e3217107d662dd19c64527976d Mon Sep 17 00:00:00 2001 From: ahmood <56615042+xMooddyy@users.noreply.github.com> Date: Sun, 15 Aug 2021 13:08:51 +0200 Subject: [PATCH] fix(Message): fix typo (#6435) --- 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 adf0f2ba2d24..5db39b5029dc 100644 --- a/src/structures/Message.js +++ b/src/structures/Message.js @@ -158,7 +158,7 @@ class Message extends Base { } } } else { - this.attachments = new Collection(this.attachemnts); + this.attachments = new Collection(this.attachments); } if ('sticker_items' in data || 'stickers' in data || !partial) {