From 728f433fe1d0e6cd4b05d91ae26fdc53d77162ad Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Wed, 24 Feb 2021 23:18:35 -0700 Subject: [PATCH] =?UTF-8?q?$GME=20=F0=9F=92=8E=F0=9F=99=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/functions.py b/functions.py index f27724d..425aee9 100644 --- a/functions.py +++ b/functions.py @@ -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]: