mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-04-25 23:16:41 +07:00
#5 fixed log messages
This commit is contained in:
parent
c249875b31
commit
70ce0bff1c
3 changed files with 6 additions and 2 deletions
|
@ -25,6 +25,8 @@ async function main() {
|
|||
|
||||
await httpApi.listen();
|
||||
await telegramApi.probe();
|
||||
|
||||
logger.info("bot successfully started");
|
||||
} catch (e) {
|
||||
logger.error(e.message);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue