From 00e2f39ea19dc136f4e0b14eb2133f631415308d Mon Sep 17 00:00:00 2001 From: Cynthia Lin Date: Sat, 20 Jan 2018 20:09:39 -0800 Subject: [PATCH] fix(client#voiceConnections): Incorrect docs description (#2280) --- src/client/Client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/Client.js b/src/client/Client.js index 54790ac7a..06c5406f6 100644 --- a/src/client/Client.js +++ b/src/client/Client.js @@ -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} * @readonly */