mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +01:00
docs: Message#type
This commit is contained in:
@@ -41,7 +41,7 @@ class Message {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The type of the message
|
* The type of the message
|
||||||
* @type {string}
|
* @type {MessageType}
|
||||||
*/
|
*/
|
||||||
this.type = Constants.MessageTypes[data.type];
|
this.type = Constants.MessageTypes[data.type];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user