mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
Added Client#status and Message#type typedefs (#1571)
* typedef for MessageTypes and linked Client#status to Status * should be singular * typedef for Voiceconnection#status
This commit is contained in:
@@ -40,7 +40,7 @@ class Message {
|
||||
|
||||
/**
|
||||
* The type of the message
|
||||
* @type {string}
|
||||
* @type {MessageType}
|
||||
*/
|
||||
this.type = Constants.MessageTypes[data.type];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user