From 111fa2da9312930b43dba25fbeafaca13fac1908 Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 11 Jul 2017 05:42:14 +0200 Subject: [PATCH] Fix typo in client.voiceConnections docs (#1679) Fix typo in client.voiceConnections docs --- 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 2c0645614..5831500d6 100644 --- a/src/client/Client.js +++ b/src/client/Client.js @@ -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} * @readonly */