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:
SpaceEEC
2017-06-09 16:27:49 +02:00
committed by Crawl
parent 7b3a005b65
commit d6041f9fb3
4 changed files with 15 additions and 3 deletions

View File

@@ -198,7 +198,7 @@ class Client extends EventEmitter {
/**
* Current status of the client's connection to Discord
* @type {?number}
* @type {?Status}
* @readonly
*/
get status() {