This commit is contained in:
Amish Shah
2017-05-30 12:22:40 +01:00
parent 46b8a7d411
commit b49266baa5

View File

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