Refactor Bot chat messages at raid end

This commit is contained in:
hulkhan22
2025-04-28 21:58:45 +02:00
parent 59eb922cfc
commit bbae435498
5 changed files with 88 additions and 37 deletions
@@ -258,8 +258,9 @@ public class BotController(
}
results.Add(bot);
// Store bot details in cache so post-raid PMC messages can use data
_matchBotDetailsCacheService.CacheBot(_cloner.Clone(bot));
_matchBotDetailsCacheService.CacheBot(bot);
}
catch (Exception e)
{