change stock ticker url back to marketwatch
This commit is contained in:
parent
94c1d22902
commit
7bb10b3057
@ -135,7 +135,7 @@ def get_stock(share_name, verbose=False):
|
|||||||
|
|
||||||
embed.add_field(
|
embed.add_field(
|
||||||
name="Link to stock price",
|
name="Link to stock price",
|
||||||
value="https://finance.yahoo.com/quote/%s" % share_name,
|
value="https://www.marketwatch.com/investing/stock/%s" % share_name,
|
||||||
inline=False,
|
inline=False,
|
||||||
)
|
)
|
||||||
embed.set_footer(
|
embed.set_footer(
|
||||||
|
@ -8,7 +8,7 @@ image:
|
|||||||
repository: ldooks/dragon-bot
|
repository: ldooks/dragon-bot
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: "89"
|
tag: "90"
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user