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 => {