update index.ts
This commit is contained in:
+1
-1
@@ -142,7 +142,7 @@ async function main() {
|
|||||||
await UserStore.put(botUser);
|
await UserStore.put(botUser);
|
||||||
await bot.startPolling();
|
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) {
|
} catch (error) {
|
||||||
console.error(error);
|
console.error(error);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user