mirror of
https://gitlab.com/simple-stock-bots/simple-discord-stock-bot.git
synced 2025-06-16 07:16:41 +00:00
$GME 💎🙌"
This commit is contained in:
parent
6e9e98e069
commit
78bacf3869
@ -258,6 +258,9 @@ If you have any questions get in touch: MisterBiggs#0465 or[anson@ansonbiggs.com
|
|||||||
else:
|
else:
|
||||||
message = f"The symbol: {symbol} was not found."
|
message = f"The symbol: {symbol} was not found."
|
||||||
|
|
||||||
|
if symbol.upper() == "GME":
|
||||||
|
message += "\n\n🙌💎Power to the Players💎🙌"
|
||||||
|
|
||||||
dataMessages[symbol] = message
|
dataMessages[symbol] = message
|
||||||
|
|
||||||
return dataMessages
|
return dataMessages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user