From 78bacf3869d36c1f892021b1c04eeb27a7dd7ec7 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Wed, 24 Feb 2021 23:26:51 -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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/functions.py b/functions.py index 027484f..0733ba4 100644 --- a/functions.py +++ b/functions.py @@ -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