From 56d1417e6060b324cdde8c7ffdfdc6d7ee9bac13 Mon Sep 17 00:00:00 2001 From: xMooddyy Date: Sun, 15 Aug 2021 01:37:43 +0200 Subject: [PATCH] fix(Message): fix typo --- 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) {