docs(VoiceStatus): document name -> value, link in VoiceConnection#status (#3500)

This commit is contained in:
SpaceEEC
2019-10-27 10:26:08 +01:00
committed by GitHub
parent 91600a6946
commit 18613526bd
2 changed files with 6 additions and 6 deletions

View File

@@ -53,7 +53,7 @@ class VoiceConnection extends EventEmitter {
/**
* The current status of the voice connection
* @type {number}
* @type {VoiceStatus}
*/
this.status = Constants.VoiceStatus.AUTHENTICATING;