update sth

This commit is contained in:
March 7th
2022-04-16 11:59:23 +07:00
parent 116afbdddc
commit 7fc069f4b9
5 changed files with 16 additions and 3 deletions

View File

@@ -352,6 +352,7 @@ class WebSocketManager extends EventEmitter {
} else if (packet) {
/* Debug mode */
// console.log(`Unhandled packet: ${packet.t}`, packet);
this.client.emit(Events.UNHANDLED_PACKET, packet, shard);
}
return true;
}