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

$GME 💎🙌

This commit is contained in:
Anson Biggs 2021-02-24 23:18:35 -07:00
parent 2422489bba
commit 728f433fe1

View File

@ -262,8 +262,10 @@ _Donations can only be made in a chat directly with @simplestockbot_
else:
message = f"The symbol: {symbol} was not found."
dataMessages[symbol] = message
if symbol.upper() == "GME":
message += "\n\n🙌💎Power to the Players💎🙌"
dataMessages[symbol] = message
return dataMessages
def dividend_reply(self, symbol: str) -> Dict[str, str]: