From e12c7bf2d4790601f98b32d8000e6df4218624a2 Mon Sep 17 00:00:00 2001 From: Amish Shah Date: Wed, 26 Oct 2016 16:10:02 +0100 Subject: [PATCH] Whoops remove something --- 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 a03466267..7490be89e 100644 --- a/src/client/voice/VoiceConnection.js +++ b/src/client/voice/VoiceConnection.js @@ -7,7 +7,7 @@ const EventEmitter = require('events').EventEmitter; const fs = require('fs'); /** - * Represents a connection to a Voice Channel in Discord. v10 flag. + * Represents a connection to a Voice Channel in Discord. * ```js * // obtained using: * voiceChannel.join().then(connection => {