use arrow emjoji for boss spawn changes
All checks were successful
Build and push / changes (push) Successful in 4s
Build and push / Lint-Python (push) Successful in 2s
Build and push / Build-and-Push-Docker (push) Successful in 56s
Build and push / post-status-to-discord (push) Successful in 2s
Build and push / sync-argocd-app (push) Successful in 3s

This commit is contained in:
Luke R 2025-02-06 11:04:55 -08:00
parent ce06048b3c
commit 9d544e3bf7

View File

@ -90,7 +90,7 @@ def compare_boss_spawns(known_spawns: dict, spawns_from_api: dict) -> dict:
new = api_boss_info.get("spawnChance", "**0%**") new = api_boss_info.get("spawnChance", "**0%**")
if new != old: if new != old:
level_changes[boss] = f"{old} -> {new}" level_changes[boss] = f"{old} ➡️ {new}"
changes[level] = level_changes changes[level] = level_changes