fix(client#voiceConnections): Incorrect docs description (#2280)

This commit is contained in:
Cynthia Lin
2018-01-20 20:09:39 -08:00
committed by Isabella
parent b5ff309bf9
commit 00e2f39ea1

View File

@@ -212,7 +212,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
*/