diff --git a/common/symbol_router.py b/common/symbol_router.py index f85b142..c322925 100644 --- a/common/symbol_router.py +++ b/common/symbol_router.py @@ -338,8 +338,8 @@ class Router: reply += self.spark_reply(self.find_symbols(t))[0] + "\n" if coins: - reply += "\n\nšŸ¦ŽTrending Crypto:\n`" - reply += "━" * len("Trending Crypto:") + "`\n" + reply += "\n\nšŸ¦ŽTrending on CoinGecko:\n`" + reply += "━" * len("Trending on CoinGecko:") + "`\n" for coin in coins: reply += coin + "\n"