Removes the trace packet (#3312)

* Removes the trace packet

* Update src/client/websocket/WebSocketShard.js

Co-Authored-By: Amish Shah <amishshah.2k@gmail.com>

* Update src/client/websocket/WebSocketShard.js

Co-Authored-By: Amish Shah <amishshah.2k@gmail.com>
This commit is contained in:
DeJay
2019-05-30 13:57:34 -05:00
committed by Amish Shah
parent 5154850a54
commit 5aa9425040
2 changed files with 2 additions and 12 deletions

1
typings/index.d.ts vendored
View File

@@ -1356,7 +1356,6 @@ declare module 'discord.js' {
private sessionID?: string;
private lastPingTimestamp: number;
private lastHeartbeatAcked: boolean;
private trace: string[];
private ratelimit: { queue: object[]; total: number; remaining: number; time: 60e3; timer: NodeJS.Timeout | null; };
private connection: WebSocket | null;
private helloTimeout: NodeJS.Timeout | null;