From c5f238d7e456c35fb61a428ccfecfbde986de618 Mon Sep 17 00:00:00 2001 From: ckohen Date: Thu, 22 Jul 2021 14:20:35 -0700 Subject: [PATCH] fix(Message): fix typo in sticker_items --- 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 54b2b3cac03b..8df623f2254f 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}