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); }