mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +01:00
fix(Message): fix typo in sticker_items (#6173)
This commit is contained in:
@@ -166,7 +166,7 @@ class Message extends Base {
|
|||||||
this.attachments = new Collection(this.attachemnts);
|
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
|
* A collection of stickers in the message
|
||||||
* @type {Collection<Snowflake, Sticker>}
|
* @type {Collection<Snowflake, Sticker>}
|
||||||
|
|||||||
Reference in New Issue
Block a user