mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-15 19:08:17 +00:00
fix: remove unused prop
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user