fix: remove unused prop

This commit is contained in:
Skillz4Killz
2022-03-20 09:58:04 +00:00
committed by GitHub
parent 2673a31103
commit 03c0d4022f
3 changed files with 0 additions and 4 deletions
-2
View File
@@ -5,8 +5,6 @@ export interface DiscordenoShard {
id: number;
/** The websocket for this shard. */
ws: WebSocket;
/** The amount of milliseconds to wait between heartbeats. */
resumeInterval: number;
/** The session id important for resuming connections. */
sessionId: string;
/** The previous sequence number, important for resuming connections. */