From 1fbd77833b2fa78eed611618a83010f85046adae Mon Sep 17 00:00:00 2001 From: Will Hoskings Date: Mon, 10 Feb 2020 21:15:44 +0000 Subject: [PATCH] Remove the token-printing "feature" --- mod.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/mod.ts b/mod.ts index f09abe28a..a34d17415 100644 --- a/mod.ts +++ b/mod.ts @@ -3,7 +3,6 @@ import { configs } from "./configs.ts" import { StatusType, GatewayOpcode } from "./types/discord.ts"; (async function () { - console.log({ configs }); const client = new Client({ token: configs.token });