Voice Connection docs

This commit is contained in:
Amish Shah
2016-12-30 17:44:05 +00:00
parent f31a3725fe
commit 221e7f8b21
2 changed files with 12 additions and 0 deletions

View File

@@ -301,6 +301,7 @@ class StreamDispatcher extends EventEmitter {
if (!this.stream) {
/**
* Emitted if the dispatcher encounters an error
* @event StreamDispatcher#error
* @param {string} error the error message
*/
this.emit('error', 'No stream');