forgor thats not a thing

This commit is contained in:
Eri Ishihara 2025-07-19 00:50:16 +02:00
parent 294af02da5
commit 8bfc987dfe

View file

@ -253,9 +253,7 @@ process.on("unhandledRejection", (error) => {
}); });
if (!config.discord.token) { if (!config.discord.token) {
console.error( console.error("Discord token is required! Set it in config.toml.");
"Discord token is required! Set it in config.toml or DISCORD_TOKEN environment variable.",
);
process.exit(1); process.exit(1);
} }