This commit is contained in:
Dung Nguyen 2022-02-27 08:21:56 +07:00
parent 0749f79fbd
commit e11715295c

View File

@ -216,7 +216,7 @@ puppeteer
if (isEnterOrderSuccess) {
TeleGlobal.sendMessage(
myTelegramID,
`👌 Đặt lệnh ${type} | ${countMoney}$ thành công!`,
`👌 Đặt lệnh ${type} | ${countMoney}$ ${` | ${enterOrder.sessionID}` || ""} thành công!`,
{ parse_mode: "HTML" }
);
} else {