Improve docs for voiceConnection/connection

This commit is contained in:
Schuyler Cebulskie
2016-09-21 16:03:05 -04:00
parent a27f6c96bb
commit e9a7a06d52
3 changed files with 5 additions and 7 deletions

View File

@@ -233,9 +233,8 @@ class Guild {
}
/**
* If the client is connected to any voice channel in this guild, this will be the relevant
* VoiceConnection.
* @type {VoiceConnection}
* If the client is connected to any voice channel in this guild, this will be the relevant VoiceConnection.
* @type {?VoiceConnection}
* @readonly
*/
get voiceConnection() {