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