From 870a0de53c01331c9357df4808fc0979ff17b9a4 Mon Sep 17 00:00:00 2001 From: ckohen Date: Thu, 22 Jul 2021 14:55:47 -0700 Subject: [PATCH] fix(Message): fix typo in sticker_items (#6173) --- src/structures/Message.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/Message.js b/src/structures/Message.js index 54b2b3cac..8df623f22 100644 --- a/src/structures/Message.js +++ b/src/structures/Message.js @@ -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}