1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-06-16 15:06:53 +00:00
This commit is contained in:
Anson Biggs 2021-05-21 20:01:07 -07:00
parent a07d29cbfe
commit 15a62b7989

View File

@ -184,7 +184,9 @@ class Router:
replies.append(self.stock.news_reply(symbol)) replies.append(self.stock.news_reply(symbol))
elif isinstance(symbol, Coin): elif isinstance(symbol, Coin):
# replies.append(self.crypto.news_reply(symbol)) # replies.append(self.crypto.news_reply(symbol))
replies.append("News is not yet supported for cryptocurrencies.") replies.append(
"News is not yet supported for cryptocurrencies. If you have any suggestions for news sources please contatct @MisterBiggs"
)
else: else:
print(f"{symbol} is not a Stock or Coin") print(f"{symbol} is not a Stock or Coin")