1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-16 15:17:28 +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: else:
message = f"The symbol: {symbol} was not found." 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 return dataMessages
def dividend_reply(self, symbol: str) -> Dict[str, str]: def dividend_reply(self, symbol: str) -> Dict[str, str]: