chore: deps

This commit is contained in:
iCrawl
2023-07-17 09:45:07 +02:00
parent 386f206caf
commit afa98793cd
30 changed files with 4935 additions and 4542 deletions

View File

@@ -134,7 +134,6 @@ export class VoiceWebSocket extends EventEmitter {
const stringified = JSON.stringify(packet);
this.debug?.(`>> ${stringified}`);
this.ws.send(stringified);
return;
} catch (error) {
const err = error as Error;
this.emit('error', err);