1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-15 23:06:40 +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))
elif isinstance(symbol, Coin):
# 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:
print(f"{symbol} is not a Stock or Coin")