Updating sokme wording and putting the rogues on the /spawns list
This commit is contained in:
parent
51f8f6f1f4
commit
9514c7b470
@ -40,7 +40,7 @@ class Tarkov(commands.Cog):
|
||||
known_spawns = json.load(f)
|
||||
|
||||
if spawns_from_api != known_spawns:
|
||||
embed.set_author(name="🎲 Boss spawn chances have updated 🎲")
|
||||
embed.set_author(name="🎲 Boss Spawn Rates Have Changed 🎲")
|
||||
|
||||
# Send both dicts to this method to see if any spawn rates have been updated
|
||||
changes_dict = tarkov.compare_boss_spawns(known_spawns, spawns_from_api)
|
||||
@ -130,7 +130,7 @@ class Tarkov(commands.Cog):
|
||||
@tarkov.command(
|
||||
guild_ids=core_utils.my_guilds,
|
||||
name="spawns",
|
||||
description="Boss spawn chances per map",
|
||||
description="Boss Boss Spawn Rates",
|
||||
)
|
||||
async def boss_spawns(
|
||||
self,
|
||||
|
@ -47,10 +47,8 @@ def get_tarkov_boss_info():
|
||||
|
||||
dont_care = [
|
||||
"assault",
|
||||
"Infected",
|
||||
"BEAR",
|
||||
"USEC",
|
||||
"Rogue",
|
||||
]
|
||||
response = query_tarkov_api(query)["maps"]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user