From 32575490dab59ad342b2f06d45677d43489dceae Mon Sep 17 00:00:00 2001 From: "Pedro S. Lopez" Date: Mon, 28 Dec 2020 19:20:28 -0400 Subject: [PATCH] docs: fix typo --- 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 02affb1..669e3c1 100644 --- a/src/structures/Message.js +++ b/src/structures/Message.js @@ -94,7 +94,7 @@ class Message extends Base { this.isStatus = data.isStatusV3; /** - * Indicates if the message was stared + * Indicates if the message was starred * @type {boolean} */ this.isStarred = data.star;