Some stuff for the tarkov spawns command

This commit is contained in:
Luke Robles 2024-12-29 11:20:22 -08:00
parent b975e78e22
commit 51f8f6f1f4

View File

@ -95,7 +95,7 @@ class Tarkov(commands.Cog):
embed.set_author(name="PVE Trader Reset Times") embed.set_author(name="PVE Trader Reset Times")
embed.set_thumbnail( embed.set_thumbnail(
url="https://static.wikia.nocookie.net/escapefromtarkov_gamepedia/images/c/cc/NoFleaAugust2024.png/revision/latest/scale-to-width-down/1000?cb=20240813090927" url="https://static1.thegamerimages.com/wordpress/wp-content/uploads/2023/03/from-left-to-right-the-escape-from-tarkov-trader-jaeger-the-escape-from-trakov-trader-therapist-and-the-escape-from-tarkov-trader-peacekeeper.jpg"
) )
query = """ query = """
@ -148,8 +148,10 @@ class Tarkov(commands.Cog):
color=discord.Color.blue(), color=discord.Color.blue(),
type="rich", type="rich",
) )
embed.set_author(name="🎲 Boss Spawn chances by map 🎲") embed.set_author(name="🎲 Boss Spawn chances by map 🎲")
if boss_name:
embed.set_author(name=f"🎲 Spawn chance for {boss_name} 🎲")
embed.set_thumbnail(url="https://i.ytimg.com/vi/Yis5rmgo_bM/maxresdefault.jpg") embed.set_thumbnail(url="https://i.ytimg.com/vi/Yis5rmgo_bM/maxresdefault.jpg")
levels = tarkov.get_tarkov_boss_info() levels = tarkov.get_tarkov_boss_info()