Lista Navi
This commit is contained in:
@@ -395,9 +395,9 @@ router.patch('/chval', authenticate, async (req, res) => {
|
||||
} else {
|
||||
if (mydata.notifBot) {
|
||||
// Send Notification to the BOT
|
||||
telegrambot.sendMsgTelegram(idapp, mydata.notifBot.un, mydata.notifBot.txt);
|
||||
await telegrambot.sendMsgTelegram(idapp, mydata.notifBot.un, mydata.notifBot.txt);
|
||||
addtext = '[Msg Inviato a ' + mydata.notifBot.un + ']:' + '\n' + mydata.notifBot.txt;
|
||||
telegrambot.sendMsgTelegramToTheManagers(idapp, addtext);
|
||||
await telegrambot.sendMsgTelegramToTheManagers(idapp, addtext);
|
||||
}
|
||||
|
||||
if (mydata.table === 'users') {
|
||||
|
||||
Reference in New Issue
Block a user