mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 07:16:40 +00:00
small easteregg
This commit is contained in:
parent
6e21565f2b
commit
4f5c558588
@ -437,6 +437,9 @@ class Router:
|
||||
for coin in coins:
|
||||
reply += coin + "\n"
|
||||
|
||||
if "`$GME" in reply:
|
||||
reply = reply.replace("🔥", "🦍")
|
||||
|
||||
if reply:
|
||||
return reply
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user