Skip to content

Commit

Permalink
fix(Message): fix typo (#6435)
Browse files Browse the repository at this point in the history
  • Loading branch information
xMooddyy committed Aug 15, 2021
1 parent 0109ad0 commit ecb6e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/Message.js
Expand Up @@ -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) {
Expand Down

0 comments on commit ecb6e50

Please sign in to comment.