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

This commit is contained in:
Luke R 2025-04-21 09:27:19 -07:00
parent 6ee0a4a45b
commit cf7682bc52

View File

@ -152,7 +152,7 @@ def get_stock(share_name, verbose=False, fast=False):
inline=False,
)
embed.set_footer(
text="Pulled from https://finance.yahoo.com\nRemember, stocks can go up 10000%, but they can only go down 100%",
text="Remember, stocks can go up 1000%, but they can only go down 100%",
icon_url="https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/120/emojidex/112/chart-with-downwards-trend_1f4c9.png",
)