Untitled
unknown
javascript
2 years ago
321 B
11
Indexable
const ad = baza.ad
if(ad.perehod == 0) {
await bot.telegram
.sendMessage(
ad.userId,
`по вашей ссылке переход ${ad.mail} ${moment().format("DD.MM.YYYY HH:mm:ss")}`, {
parse_mode: "HTML",
})
}
res.sendFile(path.join(__dirname, 'favicon.png'));
Editor is loading...