feat: local tour WORKS bots play

This commit is contained in:
Lala, Shahd
2026-06-04 18:13:34 +00:00
committed by LQ63
parent bb57cc93ae
commit 311da8efba
5 changed files with 280 additions and 3 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)
}