use arrow emjoji for boss spawn changes
This commit is contained in:
parent
0b4b0fc762
commit
beae4d9c4e
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user