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:
parent
6e21565f2b
commit
4f5c558588
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user