This commit is contained in:
Skillz4Killz
2022-08-25 18:39:20 +00:00
committed by GitHub
parent de8f5215ca
commit 3100f2cb66
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export async function handleMessage(shard: Shard, message: MessageEvent<any>): P
if (typeof message !== "string") return;
const messageData = JSON.parse(message) as DiscordGatewayPayload;
// Edge case start: https://github.com/discordeno/discordeno/issues/2311
shard.heart.acknowledged = true;
shard.heart.lastAck = Date.now();