Adding link to the wiki tot he /boss commmand
All checks were successful
Build and push / changes (push) Successful in 2s
Build and push / Lint-Python (push) Successful in 6s
Build and push / Build-and-Push-Docker (push) Successful in 16s
Build and push / post-status-to-discord (push) Successful in 1s
Build and push / sync-argocd-app (push) Successful in 3s

This commit is contained in:
Luke R 2024-11-11 12:17:57 -08:00
parent f29f12f5e8
commit 1ae0b0cf94

View File

@ -294,7 +294,8 @@ class Tarkov(commands.Cog):
) )
embed.add_field(name="Spawn Chance", value=f"**{spawn_chance}**", inline=False) embed.add_field(name="Spawn Chance", value=f"**{spawn_chance}**", inline=False)
embed.set_footer(text=f"Pulled from the wiki {wiki_url + boss_name}")
embed.add_field(name="Link", value=f"{wiki_url + boss_name}", inline=False)
await ctx.send_followup(embed=embed) await ctx.send_followup(embed=embed)