diff --git a/bot_update_pinned_post.py b/bot_update_pinned_post.py
index 507bf37..1cf7993 100644
--- a/bot_update_pinned_post.py
+++ b/bot_update_pinned_post.py
@@ -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"💲 "
- f"₽{usd:.2f} 💲 "
+ f"💲 "
+ f"₽{usd:.2f} 💵 "
f"${btc:.2f} 😱 {fng_value} ({fng_label})"
)