mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-16 11:28:18 +00:00
Voice Connection docs
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user