Add footers to the embeds
This commit is contained in:
parent
cae5e433ff
commit
24ca43d07b
@ -213,6 +213,7 @@ class Tarkov(commands.Cog):
|
||||
).replace("boss", ""),
|
||||
inline=False,
|
||||
)
|
||||
embed.set_footer(text=f"Pulled from the api")
|
||||
|
||||
await ctx.send_followup(embed=embed)
|
||||
|
||||
@ -272,7 +273,7 @@ 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}")
|
||||
await ctx.send_followup(embed=embed)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user