mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-20 13:33:30 +01: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