From 1ed4dfb2dc06f0b7935e88de714ea1a5be055d45 Mon Sep 17 00:00:00 2001 From: Skillz Date: Mon, 11 May 2020 13:20:43 -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 c97a2063d..1374861c0 100644 --- a/module/shard.ts +++ b/module/shard.ts @@ -12,6 +12,7 @@ import { import { logRed } from "../utils/logger.ts"; import { sendConstantHeartbeats, previousSequenceNumber } from "./gateway.ts"; +logRed("shard file running"); export const USELESS_ARG_TO_MAKE_DENO_CACHE_WORK = undefined; /** The session id is needed for RESUME functionality when discord disconnects randomly. */ let sessionID = "";