diff options
| author | Fuwn <[email protected]> | 2025-09-27 15:59:05 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-27 15:59:05 -0700 |
| commit | fd246a6f4d241bcc048265ccbaf4507e3ed65c2a (patch) | |
| tree | a6cc46e0ae059b55bda8fdd9977af14d108332c6 /packages/gateway/src/index.ts | |
| parent | feat(gateway:moderationAgent): Expand action skipping behaviours (diff) | |
| download | umabotdiscord-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.ts | 2 |
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: [ |