Some stuff for the tarkov spawns command
All checks were successful
Build and push / changes (push) Successful in 3s
Build and push / Lint-Python (push) Successful in 1s
Build and push / Build-and-Push-Docker (push) Successful in 2m21s
Build and push / post-status-to-discord (push) Successful in 1s
Build and push / sync-argocd-app (push) Successful in 4s

This commit is contained in:
Luke R 2024-12-29 11:20:22 -08:00
parent 9eb2b9ef4a
commit 9b6600c82f

View File

@ -95,7 +95,7 @@ class Tarkov(commands.Cog):
embed.set_author(name="PVE Trader Reset Times")
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 = """
@ -148,8 +148,10 @@ class Tarkov(commands.Cog):
color=discord.Color.blue(),
type="rich",
)
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")
levels = tarkov.get_tarkov_boss_info()