This commit is contained in:
Amish Shah
2017-05-30 12:22:40 +01:00
committed by GitHub
parent 8f63368696
commit 6cc74d22ff

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