From b49266baa571198be5757ffde22ca2878b88c266 Mon Sep 17 00:00:00 2001 From: Amish Shah Date: Tue, 30 May 2017 12:22:40 +0100 Subject: [PATCH] fml --- 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 b2d91722c..ceab3cf14 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 a guild's voice server. + * Represents a connection to a guild's voice server. * ```js * // Obtained using: * voiceChannel.join().then(connection => {