fix: remove decimals from BTC price
This commit is contained in:
@@ -90,7 +90,7 @@ def build_message(usd: float, btc: float, fng_value: int, fng_label: str) -> str
|
||||
return (
|
||||
f"<tg-emoji emoji-id=\"5170507919866725209\">💲</tg-emoji> "
|
||||
f"₽{usd:.2f} <tg-emoji emoji-id=\"5467478674724900663\">💰</tg-emoji> "
|
||||
f"${btc:.2f} 😱 {fng_value} ({fng_label})"
|
||||
f"${btc:,.0f} 😱 {fng_value} ({fng_label})"
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user