use arrow emjoji for boss spawn changes

This commit is contained in:
Luke Robles 2025-02-06 11:04:55 -08:00
parent 0b4b0fc762
commit beae4d9c4e

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