1
0
mirror of https://gitlab.com/simple-stock-bots/simple-discord-stock-bot.git synced 2025-06-15 23:06:40 +00:00

$GME 💎🙌"

This commit is contained in:
Anson Biggs 2021-02-24 23:26:51 -07:00
parent 6e9e98e069
commit 78bacf3869

View File

@ -258,6 +258,9 @@ If you have any questions get in touch: MisterBiggs#0465 or[anson@ansonbiggs.com
else:
message = f"The symbol: {symbol} was not found."
if symbol.upper() == "GME":
message += "\n\n🙌💎Power to the Players💎🙌"
dataMessages[symbol] = message
return dataMessages