feat: local tour WORKS bots play
Build & Test (NowChessSystems) TeamCity build failed

This commit is contained in:
Lala, Shahd
2026-06-04 18:13:34 +00:00
parent a46cff5342
commit 3b42aea416
6 changed files with 406 additions and 84 deletions
@@ -217,6 +217,8 @@ class AccountService:
bot.name = name
bot.createdAt = Instant.now()
officialBotAccountRepository.persist(bot)
bot.token = generateBotToken(bot.id, bot.name)
officialBotAccountRepository.persist(bot)
log.infof("Auto-registered official bot: %s", name)
}