Fix params on bot.js

This commit is contained in:
fullgream 2025-10-15 08:38:54 +03:00
parent d5ea81ee9b
commit 67190761e5

View File

@ -35,7 +35,7 @@ config.whitelist = Object.keys(
console.info(config);
if (!process.env.BOT_TOKEN) {
throw new Error(
"BOT_TOKEN not defined. Please, run docker container: docker run <params> <container> --env-file .env",
"BOT_TOKEN not defined. Please, run docker container: docker run --env-file .env <params> <container>",
);
}