fix(Message): fix typo in sticker_items (#6173)

This commit is contained in:
ckohen
2021-07-22 14:55:47 -07:00
committed by GitHub
parent 5e706941fc
commit 870a0de53c

View File

@@ -166,7 +166,7 @@ class Message extends Base {
this.attachments = new Collection(this.attachemnts);
}
if ('sticker_itesm' in data || 'stickers' in data || !partial) {
if ('sticker_items' in data || 'stickers' in data || !partial) {
/**
* A collection of stickers in the message
* @type {Collection<Snowflake, Sticker>}