From 8bfc987dfe1c36c139a8a7dffa7f1282ca4046b6 Mon Sep 17 00:00:00 2001 From: Eri Date: Sat, 19 Jul 2025 00:50:16 +0200 Subject: [PATCH] forgor thats not a thing --- index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index.js b/index.js index eb5df3d..146c80f 100644 --- a/index.js +++ b/index.js @@ -253,9 +253,7 @@ process.on("unhandledRejection", (error) => { }); if (!config.discord.token) { - console.error( - "Discord token is required! Set it in config.toml or DISCORD_TOKEN environment variable.", - ); + console.error("Discord token is required! Set it in config.toml."); process.exit(1); }