Add footers to the embeds
All checks were successful
Build and push / changes (push) Successful in 2s
Build and push / Lint-Python (push) Successful in 4s
Build and push / Build-and-Push-Docker (push) Successful in 17s
Build and push / sync-argocd-app (push) Successful in 2s

This commit is contained in:
Luke Robles 2024-11-04 14:14:49 -08:00
parent cae5e433ff
commit 24ca43d07b

View File

@ -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)