fix lich su theo tgian

This commit is contained in:
Dung Nguyen 2022-02-27 09:16:58 +07:00
parent c3935fe0ba
commit 6316362e81

View File

@ -378,7 +378,7 @@ SELL: /sell:[number]`,
textResult = 'Chưa có lịch sử giao dịch!';
} else {
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, {