summaryrefslogtreecommitdiff
path: root/packages/gateway/src/index.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-09-27 15:59:05 -0700
committerFuwn <[email protected]>2025-09-27 15:59:05 -0700
commitfd246a6f4d241bcc048265ccbaf4507e3ed65c2a (patch)
treea6cc46e0ae059b55bda8fdd9977af14d108332c6 /packages/gateway/src/index.ts
parentfeat(gateway:moderationAgent): Expand action skipping behaviours (diff)
downloadumabotdiscord-fd246a6f4d241bcc048265ccbaf4507e3ed65c2a.tar.xz
umabotdiscord-fd246a6f4d241bcc048265ccbaf4507e3ed65c2a.zip
fix: Clean up non-essential debug logs
Diffstat (limited to 'packages/gateway/src/index.ts')
-rw-r--r--packages/gateway/src/index.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/gateway/src/index.ts b/packages/gateway/src/index.ts
index 1e1184a..2998a6b 100644
--- a/packages/gateway/src/index.ts
+++ b/packages/gateway/src/index.ts
@@ -4,8 +4,6 @@ import { handleCommands } from "./commands";
import { handleListeners } from "./listeners";
dotenv.config({ path: "../../.dev.vars" });
-console.log("Discord Token loaded:", process.env.DISCORD_TOKEN ? "Yes" : "No");
-console.log("Token length:", process.env.DISCORD_TOKEN?.length || 0);
const client = new Client({
intents: [