update index.ts

This commit is contained in:
2026-01-12 16:26:03 +03:00
parent f14d996372
commit eb150d25da
+1 -1
View File
@@ -142,7 +142,7 @@ async function main() {
await UserStore.put(botUser);
await bot.startPolling();
console.log(`Bot started! testEnvironment: ${Environment.TEST_ENVIRONMENT}`);
console.log(`Bot started! TEST_ENVIRONMENT: ${Environment.TEST_ENVIRONMENT}\nDATA_PATH: ${Environment.DATA_PATH}`);
} catch (error) {
console.error(error);
}