chore: readme

This commit is contained in:
March 7th
2022-11-27 13:53:43 +07:00
parent f8a8ac7fc6
commit 96ac2f95dd
3 changed files with 6 additions and 4 deletions

View File

@@ -358,8 +358,6 @@ class WebSocketManager extends EventEmitter {
if (packet && PacketHandlers[packet.t]) {
PacketHandlers[packet.t](this.client, packet, shard);
} else if (packet) {
/* Debug mode */
// console.log(`Unhandled packet: ${packet.t}`, packet);
/**
* Emitted whenever a packet isn't handled.
* @event Client#unhandledPacket