debug logging

This commit is contained in:
Skillz
2020-05-11 13:20:43 -04:00
parent b2fa2e0021
commit 1ed4dfb2dc

View File

@@ -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 = "";