mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 09:13:22 +00:00
docs: Message#type
This commit is contained in:
parent
f64e924f0d
commit
38f5288be8
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue