Skip to content

Commit

Permalink
Update lib/gateway/Shard.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Nuckyz <[email protected]>
  • Loading branch information
DonovanDMC and Nuckyz authored Jul 20, 2024
1 parent 91c02ef commit fb2e341
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/gateway/Shard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ export default class Shard extends TypedEmitter<ShardEvents> {
}

private _ready(data: ReadyPacket["d"]): void {

this.connectAttempts = 0;
this.reconnectInterval = 1000;
this.connecting = false;
Expand Down

0 comments on commit fb2e341

Please sign in to comment.