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:
parent
2422489bba
commit
728f433fe1
@ -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]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user