ваше сообщение коммита

This commit is contained in:
2025-06-19 15:24:27 +03:00
parent 47a6d8593a
commit 8301ebb6bd
27 changed files with 1851 additions and 4305 deletions

View File

@@ -332,8 +332,9 @@ async function getBot() {
}
});
// Запускаем бота
// Запуск бота
await botInstance.launch();
logger.info('[TelegramBot] Бот запущен');
}
return botInstance;