Update boss spawn wording for the embed

This commit is contained in:
Luke R 2024-11-06 16:36:58 -08:00
parent 198220fc0c
commit 470e5eeb96

View File

@ -40,7 +40,7 @@ class Tarkov(commands.Cog):
changes_dict = tarkov.compare_boss_spawns(most_recent_spawns, known_spawns)
if most_recent_spawns != known_spawns:
embed.set_author(name="🎲 Boss Spawns have updated 🎲")
embed.set_author(name="🎲 Boss spawn chances have updated 🎲")
# for key, value in most_recent_spawns.items():
for level, boss in changes_dict.items():