1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-06-16 15:06:53 +00:00

small easteregg

This commit is contained in:
Anson 2021-09-01 03:11:58 +00:00
parent 6e21565f2b
commit 4f5c558588

View File

@ -437,6 +437,9 @@ class Router:
for coin in coins: for coin in coins:
reply += coin + "\n" reply += coin + "\n"
if "`$GME" in reply:
reply = reply.replace("🔥", "🦍")
if reply: if reply:
return reply return reply
else: else: