From 7aa565a5d7777a0a68a689e863ac2f2425db6b5c Mon Sep 17 00:00:00 2001 From: Skillz Date: Mon, 11 May 2020 13:06:41 -0400 Subject: [PATCH] debug logging --- module/shard.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/module/shard.ts b/module/shard.ts index 485683cf2..c4bb612ad 100644 --- a/module/shard.ts +++ b/module/shard.ts @@ -75,6 +75,7 @@ export const createShard = async ( sessionID = (data.d as ReadyPayload).session_id; } console.log("about to post"); + // @ts-ignore postMessage( { type: "HANDLE_DISCORD_PAYLOAD",