Fix typo in client.voiceConnections docs (#1679)

Fix typo in client.voiceConnections docs
This commit is contained in:
Raphael
2017-07-11 05:42:14 +02:00
committed by Crawl
parent e50bf2cdad
commit 111fa2da93

View File

@@ -228,7 +228,7 @@ class Client extends EventEmitter {
}
/**
* All active voice connections that have been established, mapped by channel ID
* All active voice connections that have been established, mapped by guild ID
* @type {Collection<Snowflake, VoiceConnection>}
* @readonly
*/