fix(Message): fix typo (#6435)

This commit is contained in:
ahmood
2021-08-15 13:08:51 +02:00
committed by GitHub
parent 0109ad0466
commit ecb6e50b46

View File

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