From 38f5288be81e982aa8bb1e2603379bf73f5143a3 Mon Sep 17 00:00:00 2001 From: Lewdcario Date: Thu, 1 Mar 2018 20:12:14 -0600 Subject: [PATCH] docs: Message#type --- 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 803ea1700..e6669dfb6 100644 --- a/src/structures/Message.js +++ b/src/structures/Message.js @@ -41,7 +41,7 @@ class Message { /** * The type of the message - * @type {string} + * @type {MessageType} */ this.type = Constants.MessageTypes[data.type];