Fix footer
All checks were successful
Build and push / changes (push) Successful in 4s
Build and push / Lint-Python (push) Successful in 1s
Build and push / Build-and-Push-Docker (push) Successful in 19s
Build and push / post-status-to-discord (push) Successful in 2s
Build and push / sync-argocd-app (push) Successful in 2s

This commit is contained in:
Luke R 2025-03-10 11:01:44 -07:00
parent 0adb2a0324
commit 7d262becd5

View File

@ -122,7 +122,7 @@ class TrackDays(commands.Cog):
inline=False,
)
embed.set_footer("Pulled from https://www.trackpinata.com")
embed.set_footer(text="Pulled from https://www.trackpinata.com")
await ctx.send_followup(embed=embed)