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