fix: update emoji ids for dollar and bitcoin
This commit is contained in:
@@ -88,8 +88,8 @@ def fetch_fear_and_greed() -> tuple[int, str]:
|
||||
|
||||
def build_message(usd: float, btc: float, fng_value: int, fng_label: str) -> str:
|
||||
return (
|
||||
f"<tg-emoji emoji-id=\"5474464267233153364\">💲</tg-emoji> "
|
||||
f"₽{usd:.2f} <tg-emoji emoji-id=\"4931893053163045869\">💲</tg-emoji> "
|
||||
f"<tg-emoji emoji-id=\"5229186695072590160\">💲</tg-emoji> "
|
||||
f"₽{usd:.2f} <tg-emoji emoji-id=\"5438436707164761151\">💵</tg-emoji> "
|
||||
f"${btc:.2f} 😱 {fng_value} ({fng_label})"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user