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;