From b80620d376f64853be8bbac195d6cdca27e61815 Mon Sep 17 00:00:00 2001 From: thuanle Date: Fri, 22 Aug 2025 23:11:56 +0700 Subject: [PATCH] BacFoy Delta --- internal/services/tele/commands/token.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/internal/services/tele/commands/token.go b/internal/services/tele/commands/token.go index 7b2af15..167668e 100644 --- a/internal/services/tele/commands/token.go +++ b/internal/services/tele/commands/token.go @@ -56,8 +56,8 @@ func OnTokenInfoByToken(context telebot.Context, token string) error { lastEthPrice = sp } else { lastDelta = mFmt.Sprintf( - "Δ price: %+.0f\n"+ - "Δ Usdt: %+.0f\n", + "Δ price: $%+.0f\n"+ + "Δ Usdt: $%+.0f\n", sp-lastEthPrice, (sp-lastEthPrice)*baseAmount, ) @@ -65,10 +65,10 @@ func OnTokenInfoByToken(context telebot.Context, token string) error { } msg := mFmt.Sprintf( - "🎉∑ Bắc Kiều Foy's USDT: %.0f\n"+ - "🎊 Bắc Kiều Foy's lợi nhuận: %.0f\n"+ - "%s"+ - "@th13vn", + "🎉🎉🎊🎊 @th13vn 🎊🎊🎉🎉\n"+ + "∑ USDT: $%.0f\n"+ + "Lợi nhuận: $%.0f\n"+ + "%s", curTotal, curTotal-baseTotal, lastDelta,