adding an encouraging message to the stock footer

This commit is contained in:
luke 2020-09-17 18:55:25 -07:00
parent cdc2f02800
commit bb17c5799d

View File

@ -40,6 +40,6 @@ def get_stock(share_name):
embed.add_field(name='Day\'s Range', value=request['regularMarketDayRange'], inline=False)
embed.add_field(name='Market Cap', value=request['marketCap'], inline=False)
embed.add_field(name='Shares Outstanding', value=request['sharesOutstanding'], inline=False)
embed.set_footer(text="Pulled from https://finance.yahoo.com", icon_url='https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/120/emojidex/112/chart-with-downwards-trend_1f4c9.png')
embed.set_footer(text="Pulled from https://finance.yahoo.com\nRemember, stocks can go up 100000%, 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')
return embed