changing the meme image for negative stock movement

This commit is contained in:
Luke Robles 2022-01-20 13:41:20 -08:00
parent d5377584f7
commit c976dfda3c

View File

@ -38,7 +38,7 @@ def get_stock(share_name):
if current_change < 0:
change_symbol = "-"
embed_color = 15158332
meme_url = "https://i.ytimg.com/vi/E_XlA_IEzwM/hqdefault.jpg"
meme_url = "https://i.kym-cdn.com/photos/images/facebook/002/021/567/635.png"
embed = discord.Embed(description="-------", color=embed_color, type="rich")
embed.set_thumbnail(url=meme_url)