From 46b8a7d411a6453df580e7037bdbcbb3e0373b51 Mon Sep 17 00:00:00 2001 From: Amish Shah Date: Tue, 30 May 2017 12:21:37 +0100 Subject: [PATCH] Correct documentation for VoiceConnection (see #1536) --- src/client/voice/VoiceConnection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/voice/VoiceConnection.js b/src/client/voice/VoiceConnection.js index 36727e7e8..b2d91722c 100644 --- a/src/client/voice/VoiceConnection.js +++ b/src/client/voice/VoiceConnection.js @@ -8,7 +8,7 @@ const EventEmitter = require('events').EventEmitter; const Prism = require('prism-media'); /** - * Represents a connection to a voice channel in Discord. + * Represents a connection a guild's voice server. * ```js * // Obtained using: * voiceChannel.join().then(connection => {