Correct documentation for VoiceConnection (see #1536)

This commit is contained in:
Amish Shah
2017-05-30 12:21:37 +01:00
parent 2f1eb71a3f
commit 46b8a7d411

View File

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