From eb150d25da0ce91dd6c6066a2fbe40bcca59ee41 Mon Sep 17 00:00:00 2001 From: Danil Nikolaev Date: Mon, 12 Jan 2026 16:26:03 +0300 Subject: [PATCH] update index.ts --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index f333fbe..043fa44 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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); }