docs: Message#type

This commit is contained in:
Lewdcario
2018-03-01 20:12:14 -06:00
parent f64e924f0d
commit 38f5288be8

View File

@@ -41,7 +41,7 @@ class Message {
/**
* The type of the message
* @type {string}
* @type {MessageType}
*/
this.type = Constants.MessageTypes[data.type];