mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
fix(Message): fix typo (#6435)
This commit is contained in:
@@ -158,7 +158,7 @@ class Message extends Base {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.attachments = new Collection(this.attachemnts);
|
this.attachments = new Collection(this.attachments);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ('sticker_items' in data || 'stickers' in data || !partial) {
|
if ('sticker_items' in data || 'stickers' in data || !partial) {
|
||||||
|
|||||||
Reference in New Issue
Block a user