mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 02:23:31 +01:00
Fix loads of JSDoc type issues
This commit is contained in:
@@ -70,7 +70,7 @@ class VoiceConnection extends EventEmitter {
|
||||
/**
|
||||
* Warning info from the connection
|
||||
* @event VoiceConnection#warn
|
||||
* @param {string|error} warning the warning
|
||||
* @param {string|Error} warning the warning
|
||||
*/
|
||||
this.emit('warn', e);
|
||||
this.player.cleanup();
|
||||
|
||||
Reference in New Issue
Block a user