BacFoy Delta
All checks were successful
Build Docker Image / build (amd64) (push) Successful in 3m45s
All checks were successful
Build Docker Image / build (amd64) (push) Successful in 3m45s
This commit is contained in:
@@ -56,8 +56,8 @@ func OnTokenInfoByToken(context telebot.Context, token string) error {
|
|||||||
lastEthPrice = sp
|
lastEthPrice = sp
|
||||||
} else {
|
} else {
|
||||||
lastDelta = mFmt.Sprintf(
|
lastDelta = mFmt.Sprintf(
|
||||||
"Δ price: %+.0f\n"+
|
"Δ price: $%+.0f\n"+
|
||||||
"Δ Usdt: %+.0f\n",
|
"Δ Usdt: $%+.0f\n",
|
||||||
sp-lastEthPrice,
|
sp-lastEthPrice,
|
||||||
(sp-lastEthPrice)*baseAmount,
|
(sp-lastEthPrice)*baseAmount,
|
||||||
)
|
)
|
||||||
@@ -65,10 +65,10 @@ func OnTokenInfoByToken(context telebot.Context, token string) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
msg := mFmt.Sprintf(
|
msg := mFmt.Sprintf(
|
||||||
"🎉∑ Bắc Kiều Foy's USDT: %.0f\n"+
|
"🎉🎉🎊🎊 @th13vn 🎊🎊🎉🎉\n"+
|
||||||
"🎊 Bắc Kiều Foy's lợi nhuận: %.0f\n"+
|
"∑ USDT: $%.0f\n"+
|
||||||
"%s"+
|
"Lợi nhuận: $%.0f\n"+
|
||||||
"@th13vn",
|
"%s",
|
||||||
curTotal,
|
curTotal,
|
||||||
curTotal-baseTotal,
|
curTotal-baseTotal,
|
||||||
lastDelta,
|
lastDelta,
|
||||||
|
|||||||
Reference in New Issue
Block a user