1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-16 07:16:40 +00:00

give coingecko some credit

This commit is contained in:
Anson 2023-09-04 04:19:31 +00:00
parent 8cb7bce34c
commit 677d720168

View File

@ -338,8 +338,8 @@ class Router:
reply += self.spark_reply(self.find_symbols(t))[0] + "\n" reply += self.spark_reply(self.find_symbols(t))[0] + "\n"
if coins: if coins:
reply += "\n\n🦎Trending Crypto:\n`" reply += "\n\n🦎Trending on CoinGecko:\n`"
reply += "" * len("Trending Crypto:") + "`\n" reply += "" * len("Trending on CoinGecko:") + "`\n"
for coin in coins: for coin in coins:
reply += coin + "\n" reply += coin + "\n"