diff --git a/src/index.ts b/src/index.ts index 32ff4df..3df61c1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -53,11 +53,6 @@ const config = { })() }; -if (!config.DISCORD_TOKEN) { - error('Discord token not found. Please provide it via --config argument or environment variable.'); - process.exit(1); -} - // Create Discord client const client = new Client({ intents: [