update BacFoy goal
All checks were successful
Build Docker Image / build (amd64) (push) Successful in 23s
All checks were successful
Build Docker Image / build (amd64) (push) Successful in 23s
This commit is contained in:
@@ -68,10 +68,15 @@ func OnTokenInfoByToken(context telebot.Context, token string) error {
|
||||
"🎉🎊🎊🦈🦈🦈 @th13vn 🦈🦈🦈🎊🎊🎉\n"+
|
||||
"∑ USDT: $%.0f\n"+
|
||||
"Lợi nhuận: $%.0f\n"+
|
||||
"%s",
|
||||
"%s\n"+
|
||||
"🚀🚀🚀🚀🚀 Road to 5k 🚀🚀🚀🚀🚀: \n"+
|
||||
"- Δ Price: $0.0f\n"+
|
||||
"- Δ Vol: $0.0f\n",
|
||||
curTotal,
|
||||
curTotal-baseTotal,
|
||||
lastDelta,
|
||||
5000-sp,
|
||||
5000*baseAmount-curTotal,
|
||||
)
|
||||
|
||||
_ = chat.ReplyMessage(context, msg)
|
||||
|
||||
Reference in New Issue
Block a user