fix lich su theo tgian
This commit is contained in:
parent
c3935fe0ba
commit
6316362e81
2
index.js
2
index.js
@ -378,7 +378,7 @@ SELL: /sell:[number]`,
|
|||||||
textResult = 'Chưa có lịch sử giao dịch!';
|
textResult = 'Chưa có lịch sử giao dịch!';
|
||||||
} else {
|
} else {
|
||||||
CONFIG.historyEnterOrder.forEach((e) => {
|
CONFIG.historyEnterOrder.forEach((e) => {
|
||||||
textResult += `${e.sessionID} | ${e.trend} | ${e.time} | ${e.isWin ? 'Thắng' : 'Thua'} ${e.money}$\n`;
|
textResult += `${e.time} | ${e.sessionID} | ${e.trend} | ${e.isWin ? 'Thắng' : 'Thua'} ${e.money}$\n`;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
TeleGlobal.sendMessage(myTelegramID, textResult, {
|
TeleGlobal.sendMessage(myTelegramID, textResult, {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user