mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +01:00
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:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user