mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
fix(Message): fix typo (#6435)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user