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