Adding link to the wiki tot he /boss commmand

This commit is contained in:
Luke Robles 2024-11-11 12:17:57 -08:00
parent 56b5a1595f
commit 16451d1739

View File

@ -294,7 +294,8 @@ class Tarkov(commands.Cog):
)
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)