mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
fix: rest errors preventing startup
This commit is contained in:
@@ -15,6 +15,7 @@ export async function identify(shardId: number, maxShards: number) {
|
||||
sessionId: "",
|
||||
previousSequenceNumber: 0,
|
||||
resuming: false,
|
||||
unavailableGuildIds: new Set(),
|
||||
heartbeat: {
|
||||
lastSentAt: 0,
|
||||
lastReceivedAt: 0,
|
||||
|
||||
Reference in New Issue
Block a user