mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +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
|
||||
* @type {string}
|
||||
* @type {MessageType}
|
||||
*/
|
||||
this.type = Constants.MessageTypes[data.type];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue